We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145b580 commit 0426351Copy full SHA for 0426351
1 file changed
src/otomi-stack.ts
@@ -564,8 +564,7 @@ export default class OtomiStack {
564
this.filterExcludedApp(app)
565
566
if (teamId === 'admin') return app
567
- const adminApp = this.repoService.getTeamConfigService(teamId).getApp(id)
568
- return { ...cloneDeep(app), enabled: adminApp.enabled }
+ return { id: app.id, enabled: app.enabled }
569
}
570
571
getApp(name: string): App {
0 commit comments