We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d376299 commit 46a9135Copy full SHA for 46a9135
bin/lf.js
@@ -23,7 +23,7 @@ program
23
)
24
.parse(process.argv)
25
26
-const cmdArgs = program.args
+// const cmdArgs = program.args
27
const cmdOpts = program.opts()
28
29
/**
common/view/finder.view.js
@@ -32,9 +32,8 @@ async function hotMode() {
32
33
await createQuestionByTitleSlug(singleChoice)
34
}
35
- if (createMode === 'all') {
36
- const titleSlugList = await getHot100QuestionListCode()
37
- }
+ if (createMode === 'all')
+ await getHot100QuestionListCode()
38
39
40
async function keywordMode() {
0 commit comments