mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix(files): updateAll method
Signed-off-by: Max Schmit <maxschm@hotmail.com>
This commit is contained in:
parent
bd9a88bb05
commit
fbec19c0d7
2 changed files with 2 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -314,6 +314,7 @@
|
|||
- 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>
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ export default {
|
|||
this.apps
|
||||
.filter(app => app.update)
|
||||
.map((app) => limit(() => {
|
||||
this.update(app.id)
|
||||
app.update(app.id)
|
||||
}))
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue