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:
authorLouis Chemineau <louis@chmn.me>2022-01-20 14:21:39 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-21 15:13:52 +0300
commited729c65de08c94fc021a9a46820dbd6be0e3743 (patch)
tree2d8aa197e2f4570ea0f3a09395e1cb3c74d88f2e /apps/systemtags
parenteceebbb4ad67d833c8e1ba3ff8e67327fd9c60a3 (diff)
Adapt eslint ignore comment to silent error
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/systemtags')
-rw-r--r--apps/systemtags/src/systemtagsfilelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/src/systemtagsfilelist.js b/apps/systemtags/src/systemtagsfilelist.js
index e3991da1981..468bee25b40 100644
--- a/apps/systemtags/src/systemtagsfilelist.js
+++ b/apps/systemtags/src/systemtagsfilelist.js
@@ -137,7 +137,7 @@
},
})
} else {
- // eslint-disable-next-line node/no-callback-literal
+ // eslint-disable-next-line n/no-callback-literal
callback([])
}
},