]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video-channel.ts
Split check user params tests
[github/Chocobozzz/PeerTube.git] / server / models / video / video-channel.ts
index a151ad61ca389d1ab3dd0a486a6a1b22eade13aa..4151dc5b533ce5ff78d32d8f72c024653643d0fb 100644 (file)
@@ -582,7 +582,6 @@ ON              "Account->Actor"."serverId" = "Account->Actor->Server"."id"`
       })
   }
 
-
   static listAllByAccount (accountId: number) {
     const query = {
       limit: VIDEO_CHANNELS.MAX_PER_USER,
@@ -601,7 +600,6 @@ ON              "Account->Actor"."serverId" = "Account->Actor->Server"."id"`
     return VideoChannelModel.findAll(query)
   }
 
-
   static loadAndPopulateAccount (id: number, transaction?: Transaction): Promise<MChannelBannerAccountDefault> {
     return VideoChannelModel.unscoped()
       .scope([ ScopeNames.WITH_ACTOR_BANNER, ScopeNames.WITH_ACCOUNT ])