1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix last commit

This commit is contained in:
Chocobozzz 2018-07-26 10:45:10 +02:00
parent c1e791bad0
commit 2cebd79701
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 24 additions and 19 deletions

View file

@ -6,8 +6,8 @@ import { CONFIG, USER_PASSWORD_RESET_LIFETIME, VIDEO_VIEW_LIFETIME } from '../in
type CachedRoute = {
body: string,
contentType: string
statusCode: string
contentType?: string
statusCode?: string
}
class Redis {