Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-23 15:53:56 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-05-24 11:12:18 +0300
commit6d883a8572bb26c55d419afaf46f889419f325b3 (patch)
tree9b25ae5182c3b60615e70d95c09899c090385274 /apps/federatedfilesharing
parent45a75c631e638ccab8934584aedad834229d10a7 (diff)
Fix various errors reported by eslint
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r--apps/federatedfilesharing/src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/src/components/AdminSettings.vue b/apps/federatedfilesharing/src/components/AdminSettings.vue
index cd0f6e5beb6..b3fb2a7675b 100644
--- a/apps/federatedfilesharing/src/components/AdminSettings.vue
+++ b/apps/federatedfilesharing/src/components/AdminSettings.vue
@@ -124,6 +124,6 @@ export default {
console.error(errorMessage, error)
}
},
- }
+ },
}
</script>