diff --git a/server/core/models/video/video-change-ownership.ts b/server/core/models/video/video-change-ownership.ts index 7af19d8fc..cd789b62c 100644 --- a/server/core/models/video/video-change-ownership.ts +++ b/server/core/models/video/video-change-ownership.ts @@ -113,7 +113,7 @@ export class VideoChangeOwnershipModel extends SequelizeModel(query) ]).then(([ count, rows ]) => ({ total: count, data: rows })) }