Skip to content

Commit 0f5fe2d

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent f5015e7 commit 0f5fe2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/key/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,4 +524,3 @@ async function switchKey(event) {
524524
break;
525525
}
526526
}
527-

common/cloudfunc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ module.exports.buildFromJSON = (params) => {
203203
}
204204

205205
fileTable += files
206-
.filter(filterOutDotFiles({showDotFiles}))
206+
.filter(filterOutDotFiles({
207+
showDotFiles,
208+
}))
207209
.map(updateField)
208210
.map((file) => {
209211
const name = encode(file.name);

0 commit comments

Comments
 (0)