Merge pull request #431 from Tagadda/fix-appinstall

Clean unused API calls
This commit is contained in:
Alexandre Aubin 2022-01-29 15:43:37 +01:00 committed by GitHub
commit c4c89a9650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,