mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix lint
This commit is contained in:
parent
cbdbdae05e
commit
f51c02c77f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import { ContextType } from '@server/helpers/activitypub'
|
|||
async function sendVideoRelatedActivity (activityBuilder: (audience: ActivityAudience) => Activity, options: {
|
||||
byActor: MActorLight
|
||||
video: MVideoAccountLight
|
||||
transaction?: Transaction,
|
||||
transaction?: Transaction
|
||||
contextType?: ContextType
|
||||
}) {
|
||||
const { byActor, video, transaction, contextType } = options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue