From 05717e63d161e80e4cd50e538e4ad437ffd22b3a Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Fri, 28 Jan 2022 02:26:18 +0000 Subject: [PATCH] This is not needed anymore ~ --- app/src/views/app/AppInstall.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/views/app/AppInstall.vue b/app/src/views/app/AppInstall.vue index 1bc08e5d..db0a27b6 100644 --- a/app/src/views/app/AppInstall.vue +++ b/app/src/views/app/AppInstall.vue @@ -64,10 +64,7 @@ export default { data () { return { queries: [ - ['GET', 'apps/manifest?app=' + this.id], - ['GET', { uri: 'domains' }], - ['GET', { uri: 'domains/main', storeKey: 'main_domain' }], - ['GET', { uri: 'users' }] + ['GET', 'apps/manifest?app=' + this.id] ], name: undefined, infos: undefined,