Skip to content

Commit b08ff6c

Browse files
author
Will Vedder
committed
Removing unncessary @ts-ignore
1 parent 1e2b47f commit b08ff6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ if (require.main === module) {
5151
process.env.AUTH0_LOG = 'debug';
5252
}
5353

54-
//@ts-ignore
5554
run(params)
5655
.then(() => process.exit(0))
5756
.catch((error: {

0 commit comments

Comments
 (0)