Revert "fix(files): updateAll method"

This reverts commit fbec19c0d7.
This commit is contained in:
skjnldsv 2025-02-20 14:13:25 +01:00
parent aa4a924519
commit 0e2f232deb
2 changed files with 1 additions and 2 deletions

View file

@ -314,7 +314,6 @@
- Max <max@nextcloud.com>
- Max Kovalenko <mxss1998@yandex.ru>
- Max Kunzelmann <maxdev@posteo.de>
- Max Schmit <maxschm@hotmail.com>
- Maxence Lange <maxence@artificial-owl.com>
- Maxence Lange <maxence@nextcloud.com>
- Maxence Lange <maxence@pontapreta.net>

View file

@ -326,7 +326,7 @@ export default {
this.apps
.filter(app => app.update)
.map((app) => limit(() => {
app.update(app.id)
this.update(app.id)
}))
},
},