diff --git a/AUTHORS b/AUTHORS index d6c8f3f6f0032..63debb040aca0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -314,6 +314,7 @@ - Max - Max Kovalenko - Max Kunzelmann + - Max Schmit - Maxence Lange - Maxence Lange - Maxence Lange diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 8d874982e0d0c..860b9e1331767 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -326,7 +326,7 @@ export default { this.apps .filter(app => app.update) .map((app) => limit(() => { - this.update(app.id) + app.update(app.id) })) }, },