Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 12, 2022
1 parent a46b369 commit f3d427c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/seed-cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const log = require("loglevel");
const seed = require('./seed/index');
const { Command } = require('commander');
const seed = require('./seed/index');

const program = new Command();

program
Expand Down

0 comments on commit f3d427c

Please sign in to comment.