mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Upgrade server dependencies
This commit is contained in:
parent
95d5969445
commit
1f7ab4f310
6 changed files with 733 additions and 456 deletions
|
@ -79,7 +79,7 @@ async function processCreateVideo (
|
|||
|
||||
async function createRates (actorUrls: string[], video: VideoModel, rate: VideoRateType) {
|
||||
let rateCounts = 0
|
||||
const tasks: Bluebird<any>[] = []
|
||||
const tasks: Bluebird<number>[] = []
|
||||
|
||||
for (const actorUrl of actorUrls) {
|
||||
const actor = await getOrCreateActorAndServerAndModel(actorUrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue