We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef6b3d + b08ff6c commit e9625b2Copy full SHA for e9625b2
src/index.ts
@@ -51,7 +51,6 @@ if (require.main === module) {
51
process.env.AUTH0_LOG = 'debug';
52
}
53
54
- //@ts-ignore
55
run(params)
56
.then(() => process.exit(0))
57
.catch((error: {
0 commit comments