diff --git a/AUTHORS b/AUTHORS index 63debb040ac..d6c8f3f6f00 100644 --- a/AUTHORS +++ b/AUTHORS @@ -314,7 +314,6 @@ - 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 a4ca6d94c60..cfc778fe409 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(() => { - app.update(app.id) + this.update(app.id) })) }, },