Skip to content

Commit

Permalink
fix(files): updateAll method
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmit <[email protected]>
  • Loading branch information
maxaschmTest authored and skjnldsv committed Jan 7, 2025
1 parent cd236c7 commit 97c3e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
- Max <[email protected]>
- Max Kovalenko <[email protected]>
- Max Kunzelmann <[email protected]>
- Max Schmit <[email protected]>
- Maxence Lange <[email protected]>
- Maxence Lange <[email protected]>
- Maxence Lange <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/components/AppList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default {
this.apps
.filter(app => app.update)
.map((app) => limit(() => {
this.update(app.id)
app.update(app.id)
}))
},
},
Expand Down

0 comments on commit 97c3e01

Please sign in to comment.