Skip to content

Commit 46a9135

Browse files
committed
fix: ignore lint
1 parent d376299 commit 46a9135

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bin/lf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program
2323
)
2424
.parse(process.argv)
2525

26-
const cmdArgs = program.args
26+
// const cmdArgs = program.args
2727
const cmdOpts = program.opts()
2828

2929
/**

common/view/finder.view.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ async function hotMode() {
3232

3333
await createQuestionByTitleSlug(singleChoice)
3434
}
35-
if (createMode === 'all') {
36-
const titleSlugList = await getHot100QuestionListCode()
37-
}
35+
if (createMode === 'all')
36+
await getHot100QuestionListCode()
3837
}
3938

4039
async function keywordMode() {

0 commit comments

Comments
 (0)