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/systemtags
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/systemtags')
-rw-r--r--apps/systemtags/src/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/src/app.js b/apps/systemtags/src/app.js
index e7e5fea5372..9696f1edbad 100644
--- a/apps/systemtags/src/app.js
+++ b/apps/systemtags/src/app.js
@@ -52,7 +52,7 @@
// done if handling the event with the file list already
// created.
shown: true,
- systemTagIds: initialTags
+ systemTagIds: initialTags,
}
)