1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

test: fixed unhandled timout

This commit is contained in:
Saad Jutt
2022-04-20 00:06:21 +05:00
parent d55a619d64
commit 9fc7a132ba
2 changed files with 2 additions and 2 deletions

View File

@@ -59,6 +59,6 @@ export default setProcessVariables().then(async () => {
app.use(onError)
connectDB()
await connectDB()
return app
})