fix lint error on travis [let it be known, I disagree with this rule]
authorWilliam Lahti <wilahti@gmail.com>
Thu, 28 Jun 2018 05:08:27 +0000 (22:08 -0700)
committerChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 07:46:44 +0000 (09:46 +0200)
server.ts

index adebd9ce90d64e9e9f78a4f50d9c7b5f4c79b331..0cb0759e0de9f5a4cd013cc28ef320ad68e56394 100644 (file)
--- a/server.ts
+++ b/server.ts
@@ -99,7 +99,7 @@ app.use((req, res, next) => {
   }
 
   return next()
-});
+})
 
 // For the logger
 app.use(morgan('combined', {