aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
diff options
context:
space:
mode:
authorWilliam Lahti <wilahti@gmail.com>2018-06-27 22:08:27 -0700
committerChocobozzz <me@florianbigard.com>2018-06-29 09:46:44 +0200
commitb229e38d50c43221b8fa21cf7c778212f2742e93 (patch)
tree7e69732e08d32a1d54163c1554e75c71740eca38 /server.ts
parent1fd2d96ff81ffd433d10a489dd1796688c695014 (diff)
downloadPeerTube-b229e38d50c43221b8fa21cf7c778212f2742e93.tar.gz
PeerTube-b229e38d50c43221b8fa21cf7c778212f2742e93.tar.zst
PeerTube-b229e38d50c43221b8fa21cf7c778212f2742e93.zip
fix lint error on travis [let it be known, I disagree with this rule]
Diffstat (limited to 'server.ts')
-rw-r--r--server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.ts b/server.ts
index adebd9ce9..0cb0759e0 100644
--- a/server.ts
+++ b/server.ts
@@ -99,7 +99,7 @@ app.use((req, res, next) => {
99 } 99 }
100 100
101 return next() 101 return next()
102}); 102})
103 103
104// For the logger 104// For the logger
105app.use(morgan('combined', { 105app.use(morgan('combined', {