X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Fprocess-add.ts;h=024dee5591c149e1b48d2f7b2ae801bdf8b705e2;hb=ce548a10db3822c415b30ea0edb59e02a460734a;hp=40541aca364ccb3373a74c5fc114725e90b6147c;hpb=0d0e8dd0904b380b70e19ebcb4763d65601c4632;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/process-add.ts b/server/lib/activitypub/process-add.ts index 40541aca3..024dee559 100644 --- a/server/lib/activitypub/process-add.ts +++ b/server/lib/activitypub/process-add.ts @@ -29,7 +29,7 @@ export { function processAddVideo (account: AccountInstance, videoChannelUrl: string, video: VideoTorrentObject) { const options = { - arguments: [ account, videoChannelUrl ,video ], + arguments: [ account, videoChannelUrl, video ], errorMessage: 'Cannot insert the remote video with many retries.' }