Skip to content

Commit 9f4f3e7

Browse files
committed
feat(Service API): Share team, url and hasCustomIcon with service
1 parent 077ad22 commit 9f4f3e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/models/Service.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export default class Service {
134134
id: this.id,
135135
spellcheckerLanguage: this.spellcheckerLanguage,
136136
isDarkModeEnabled: this.isDarkModeEnabled,
137+
team: this.team,
138+
url: this.url,
139+
hasCustomIcon: this.hasCustomIcon,
137140
};
138141
}
139142

0 commit comments

Comments
 (0)