]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/utils.ts
Add info about admin username in doc
[github/Chocobozzz/PeerTube.git] / server / models / utils.ts
index 66b653e3dbe0539a5af217120e31234399a72be2..70bfbdb8bfa4748dc770186c7a95b913454df570 100644 (file)
@@ -181,7 +181,7 @@ function buildServerIdsFollowedBy (actorId: any) {
     'SELECT "actor"."serverId" FROM "actorFollow" ' +
     'INNER JOIN "actor" ON actor.id = "actorFollow"."targetActorId" ' +
     'WHERE "actorFollow"."actorId" = ' + actorIdNumber +
-    ')'
+  ')'
 }
 
 function buildWhereIdOrUUID (id: number | string) {