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:
parent
c1e791bad0
commit
2cebd79701
9 changed files with 24 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue