]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/actor/actor-follow.ts
Add bulk action on following/followers
[github/Chocobozzz/PeerTube.git] / server / models / actor / actor-follow.ts
index 566bb5f319b0b45a17d081d34aa7251360d73312..127b29ad7edaf3d46e42d75565f9244e0aac499e 100644 (file)
@@ -276,7 +276,7 @@ export class ActorFollowModel extends Model<Partial<AttributesOnly<ActorFollowMo
       })
     }
 
-    const where: WhereAttributeHash<Attributes<ActorFollowModel>> = { actorId}
+    const where: WhereAttributeHash<Attributes<ActorFollowModel>> = { actorId }
     if (state) where.state = state
 
     const query: FindOptions<Attributes<ActorFollowModel>> = {