This is not needed anymore ~

This commit is contained in:
Tagadda 2022-01-28 02:26:18 +00:00
parent 66f5a9acfa
commit 05717e63d1

View file

@ -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,