mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix video update test
This commit is contained in:
parent
75d612ce3c
commit
c3d19a4907
2 changed files with 16 additions and 19 deletions
|
@ -356,7 +356,7 @@ function updateVideo (req: express.Request, res: express.Response, finalCallback
|
|||
return rollbackTransaction(err, t, finalCallback)
|
||||
}
|
||||
|
||||
logger.info('Video with name %s updated.', videoInfosToUpdate.name)
|
||||
logger.info('Video with name %s updated.', videoInstance.name)
|
||||
return finalCallback(null)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue