mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix lint
This commit is contained in:
parent
e45dd87b93
commit
ba2684cedd
44 changed files with 93 additions and 63 deletions
|
@ -226,7 +226,7 @@ async function registerUser (req: express.Request, res: express.Response) {
|
|||
})
|
||||
|
||||
const { user, account, videoChannel } = await createUserAccountAndChannelAndPlaylist({
|
||||
userToCreate: userToCreate,
|
||||
userToCreate,
|
||||
userDisplayName: body.displayName || undefined,
|
||||
channelNames: body.channel
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue