Skip to content

Commit

Permalink
Fix review by Vitor Luiz
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarcos committed Jul 28, 2018
1 parent 2c2869b commit 01e3b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ db.sequelize.sync()
server.listen(port)
server.on('error', onError(server))
server.on('listening', onListening(server))
}).catch(handleError)
}).catch(handleError)

0 comments on commit 01e3b0f

Please sign in to comment.