mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Redundancy federation typo
This commit is contained in:
parent
eaf6fccbbb
commit
d0acc7e35f
@ -24,7 +24,7 @@ export {
|
||||
|
||||
function createCacheFile (cacheFileObject: CacheFileObject, video: MVideoWithAllFiles, byActor: MActorId, t: Transaction) {
|
||||
const attributes = cacheFileActivityObjectToDBAttributes(cacheFileObject, video, byActor)
|
||||
if (attributes) return
|
||||
if (!attributes) return
|
||||
|
||||
return VideoRedundancyModel.create(attributes, { transaction: t })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user