Skip to content

Commit d3105cc

Browse files
authored
Merge branch 'main' into iss32_cron-action
2 parents fefcfee + da02f9b commit d3105cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/**/*
2+
src/dashboard/build/*

src/cli.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function getInput (options) {
8686
}
8787
}
8888

89-
async function main () {
89+
async function main () { // eslint-disable-line no-unused-vars
9090
(program
9191
.name('hyper-recent')
9292
.description('A CLI to do hyper-recent feed analysis')
@@ -116,5 +116,3 @@ async function main () {
116116

117117
await program.parseAsync();
118118
}
119-
120-
// main();

0 commit comments

Comments
 (0)