Skip to content

Commit fbec19c

Browse files
maxaschmTestskjnldsv
authored andcommitted
fix(files): updateAll method
Signed-off-by: Max Schmit <[email protected]>
1 parent bd9a88b commit fbec19c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
315315
- Max Kovalenko <[email protected]>
316316
- Max Kunzelmann <[email protected]>
317+
- Max Schmit <[email protected]>
317318
- Maxence Lange <[email protected]>
318319
- Maxence Lange <[email protected]>
319320
- Maxence Lange <[email protected]>

apps/settings/src/components/AppList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export default {
326326
this.apps
327327
.filter(app => app.update)
328328
.map((app) => limit(() => {
329-
this.update(app.id)
329+
app.update(app.id)
330330
}))
331331
},
332332
},

0 commit comments

Comments
 (0)