mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix lint
This commit is contained in:
parent
e45dd87b93
commit
ba2684cedd
44 changed files with 93 additions and 63 deletions
|
@ -64,8 +64,8 @@ function buildUser (options: {
|
|||
emailVerified,
|
||||
adminFlags,
|
||||
|
||||
videoQuota: videoQuota,
|
||||
videoQuotaDaily: videoQuotaDaily,
|
||||
videoQuota,
|
||||
videoQuotaDaily,
|
||||
|
||||
pluginAuth
|
||||
})
|
||||
|
@ -147,7 +147,7 @@ async function createApplicationActor (applicationId: number) {
|
|||
const accountCreated = await createLocalAccountWithoutKeys({
|
||||
name: SERVER_ACTOR_NAME,
|
||||
userId: null,
|
||||
applicationId: applicationId,
|
||||
applicationId,
|
||||
t: undefined,
|
||||
type: 'Application'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue