diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 14:58:34 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 14:58:34 +0200 |
commit | 0b7db72af30403fb6c7d906a4c239a5519cf934d (patch) | |
tree | f37ebff2446f68d65aab751679d2a18a4be885ab /server/controllers/static.ts | |
parent | d38309c345e2619bdfcc618d723d742fd7d5e655 (diff) | |
download | PeerTube-0b7db72af30403fb6c7d906a4c239a5519cf934d.tar.gz PeerTube-0b7db72af30403fb6c7d906a4c239a5519cf934d.tar.zst PeerTube-0b7db72af30403fb6c7d906a4c239a5519cf934d.zip |
Fix lint
Diffstat (limited to 'server/controllers/static.ts')
-rw-r--r-- | server/controllers/static.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/static.ts b/server/controllers/static.ts index 2fd14131e..b20bafc76 100644 --- a/server/controllers/static.ts +++ b/server/controllers/static.ts | |||
@@ -37,7 +37,6 @@ staticRouter.use( | |||
37 | ) | 37 | ) |
38 | 38 | ||
39 | // Video previews path for express | 39 | // Video previews path for express |
40 | const previewsPhysicalPath = CONFIG.STORAGE.PREVIEWS_DIR | ||
41 | staticRouter.use( | 40 | staticRouter.use( |
42 | STATIC_PATHS.PREVIEWS + ':uuid.jpg', | 41 | STATIC_PATHS.PREVIEWS + ':uuid.jpg', |
43 | getPreview | 42 | getPreview |