Skip to content

Commit c1ca588

Browse files
committed
lint
1 parent bf770c9 commit c1ca588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/views/app/AppInfo.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ 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 }
320+
).then(this.$refs.view.fetchQueries)
320321
},
321322
322323
async uninstall () {

0 commit comments

Comments
 (0)