Skip to content

Commit

Permalink
fix refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Oct 17, 2023
1 parent e64a742 commit 6001f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const evaluate = require('./evaluate-dependencies');

async function run() {
await evaluate();
await evaluate.evaluate();
}

run();

0 comments on commit 6001f2a

Please sign in to comment.