Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsapiwiq committed Aug 7, 2022
1 parent bf770c9 commit f0f887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/app/AppInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default {
)
if (!confirmed) return
api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries)
api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries)
},
async uninstall () {
Expand Down

0 comments on commit f0f887c

Please sign in to comment.