diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-04 09:12:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-04 09:12:42 +0100 |
commit | f51c02c77f0dcd25c2dc68a43e51d02d69efcb5a (patch) | |
tree | 104c0c1bb0005771ace0f9f21698cb503e0f8fd5 /server/lib/activitypub | |
parent | cbdbdae05e9bc1d356d557412f390fddb7dd11d3 (diff) | |
download | PeerTube-f51c02c77f0dcd25c2dc68a43e51d02d69efcb5a.tar.gz PeerTube-f51c02c77f0dcd25c2dc68a43e51d02d69efcb5a.tar.zst PeerTube-f51c02c77f0dcd25c2dc68a43e51d02d69efcb5a.zip |
Fix lint
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/send/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/send/utils.ts b/server/lib/activitypub/send/utils.ts index ce932eb1f..0d67bb3d6 100644 --- a/server/lib/activitypub/send/utils.ts +++ b/server/lib/activitypub/send/utils.ts | |||
@@ -13,7 +13,7 @@ import { ContextType } from '@server/helpers/activitypub' | |||
13 | async function sendVideoRelatedActivity (activityBuilder: (audience: ActivityAudience) => Activity, options: { | 13 | async function sendVideoRelatedActivity (activityBuilder: (audience: ActivityAudience) => Activity, options: { |
14 | byActor: MActorLight | 14 | byActor: MActorLight |
15 | video: MVideoAccountLight | 15 | video: MVideoAccountLight |
16 | transaction?: Transaction, | 16 | transaction?: Transaction |
17 | contextType?: ContextType | 17 | contextType?: ContextType |
18 | }) { | 18 | }) { |
19 | const { byActor, video, transaction, contextType } = options | 19 | const { byActor, video, transaction, contextType } = options |