Move to eslint
[oweals/peertube.git] / server / lib / activitypub / send / send-create.ts
index 1709d834841c8f759b3d8e6f7f9775a5f152bb71..3585d704aeea8909e097731f1bd830bda0f70701 100644 (file)
@@ -130,10 +130,10 @@ export {
 // ---------------------------------------------------------------------------
 
 async function sendVideoRelatedCreateActivity (options: {
-  byActor: MActorLight,
-  video: MVideoAccountLight,
-  url: string,
-  object: any,
+  byActor: MActorLight
+  video: MVideoAccountLight
+  url: string
+  object: any
   transaction?: Transaction
 }) {
   const activityBuilder = (audience: ActivityAudience) => {