diff --git a/src/app.ts b/src/app.ts index 827eb72..4e36e07 100644 --- a/src/app.ts +++ b/src/app.ts @@ -63,4 +63,4 @@ try { process.exit(1); } -justForTesting.getAllUsers() \ No newline at end of file +justForTesting.getAllUsers().then(()=>{}) \ No newline at end of file