diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-13 16:00:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-13 16:00:39 +0100 |
commit | c39ea24b7199a391e57c698e93d76d30bc0e9399 (patch) | |
tree | cf3bc63fd3fed1203f13d66b6acf74e8be82ebfa /server/lib/user.ts | |
parent | 5c328e6610f451d114c30d3a3b4e5d41b3b4b612 (diff) | |
download | PeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.tar.gz PeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.tar.zst PeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.zip |
Upgrade server depencencies
Diffstat (limited to 'server/lib/user.ts')
-rw-r--r-- | server/lib/user.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/user.ts b/server/lib/user.ts index aa029cce7..2ea7481e8 100644 --- a/server/lib/user.ts +++ b/server/lib/user.ts | |||
@@ -47,8 +47,7 @@ async function createLocalAccountWithoutKeys ( | |||
47 | name, | 47 | name, |
48 | userId, | 48 | userId, |
49 | applicationId, | 49 | applicationId, |
50 | actorId: actorInstanceCreated.id, | 50 | actorId: actorInstanceCreated.id |
51 | serverId: null // It is our server | ||
52 | }) | 51 | }) |
53 | 52 | ||
54 | const accountInstanceCreated = await accountInstance.save({ transaction: t }) | 53 | const accountInstanceCreated = await accountInstance.save({ transaction: t }) |