]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/static.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / server / controllers / static.ts
index 2fd14131e23e262101b1360ecbce968e4ad5f9dd..b20bafc76d6cbf8152960671afe031246eb9c59e 100644 (file)
@@ -37,7 +37,6 @@ staticRouter.use(
 )
 
 // Video previews path for express
-const previewsPhysicalPath = CONFIG.STORAGE.PREVIEWS_DIR
 staticRouter.use(
   STATIC_PATHS.PREVIEWS + ':uuid.jpg',
   getPreview