1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Upgrade server depencencies

This commit is contained in:
Chocobozzz 2018-03-13 16:00:39 +01:00
parent 5c328e6610
commit c39ea24b71
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 376 additions and 1093 deletions

View file

@ -47,8 +47,7 @@ async function createLocalAccountWithoutKeys (
name,
userId,
applicationId,
actorId: actorInstanceCreated.id,
serverId: null // It is our server
actorId: actorInstanceCreated.id
})
const accountInstanceCreated = await accountInstance.save({ transaction: t })