mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Move to eslint
This commit is contained in:
parent
a22046d166
commit
a15871560f
390 changed files with 3950 additions and 3615 deletions
|
@ -10,8 +10,8 @@ import { afterCommitIfTransaction } from '../../../helpers/database-utils'
|
|||
import { MActorWithInboxes, MActor, MActorId, MActorLight, MVideo, MVideoAccountLight } from '../../../typings/models'
|
||||
|
||||
async function sendVideoRelatedActivity (activityBuilder: (audience: ActivityAudience) => Activity, options: {
|
||||
byActor: MActorLight,
|
||||
video: MVideoAccountLight,
|
||||
byActor: MActorLight
|
||||
video: MVideoAccountLight
|
||||
transaction?: Transaction
|
||||
}) {
|
||||
const { byActor, video, transaction } = options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue