From 0f5fe2d4fe84548899dd476937d6739ab2c5d082 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 17 Aug 2024 10:19:32 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/key/index.js | 1 - common/cloudfunc.js | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/key/index.js b/client/key/index.js index b0678601..403e81ff 100644 --- a/client/key/index.js +++ b/client/key/index.js @@ -524,4 +524,3 @@ async function switchKey(event) { break; } } - diff --git a/common/cloudfunc.js b/common/cloudfunc.js index 4e4e09d7..c9a24c42 100644 --- a/common/cloudfunc.js +++ b/common/cloudfunc.js @@ -203,7 +203,9 @@ module.exports.buildFromJSON = (params) => { } fileTable += files - .filter(filterOutDotFiles({showDotFiles})) + .filter(filterOutDotFiles({ + showDotFiles, + })) .map(updateField) .map((file) => { const name = encode(file.name);