Skip to content

Commit f0f887c

Browse files
committed
lint
1 parent bf770c9 commit f0f887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/app/AppInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default {
316316
)
317317
if (!confirmed) return
318318
319-
api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries)
319+
api.put('apps/' + this.id + '/upgrade', { key: 'upgrade.' + this.id, app: this.id, force: true }).then(this.$refs.view.fetchQueries)
320320
},
321321
322322
async uninstall () {

0 commit comments

Comments
 (0)