mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
parent
aa4a924519
commit
0e2f232deb
2 changed files with 1 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ export default {
|
|||
this.apps
|
||||
.filter(app => app.update)
|
||||
.map((app) => limit(() => {
|
||||
app.update(app.id)
|
||||
this.update(app.id)
|
||||
}))
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue