1
0
Fork 0
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:
Chocobozzz 2018-01-24 10:25:56 +01:00
parent 95d5969445
commit 1f7ab4f310
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 733 additions and 456 deletions

View file

@ -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)