Skip to content

Commit

Permalink
fix: Re-trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 17, 2023
1 parent 2e09f3f commit 7978f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (require.main === module) {
}

async function startServer() {
console.log('Connecting to the DB!')
console.log('Connecting to the DB!!')
await db.connect()
return app.listen(SERVER_PORT)
}

0 comments on commit 7978f04

Please sign in to comment.