Add user moderation in the account page
[oweals/peertube.git] / server / models / video / video.ts
index 0a2d7e6de1c6106adf108f41acbf97f2a900bddc..46d823240526ee7daddce7e371057070f07f397f 100644 (file)
@@ -94,7 +94,6 @@ import {
 import * as validator from 'validator'
 import { UserVideoHistoryModel } from '../account/user-video-history'
 
-
 // FIXME: Define indexes here because there is an issue with TS and Sequelize.literal when called directly in the annotation
 const indexes: Sequelize.DefineIndexesOptions[] = [
   buildTrigramSearchIndex('video_name_trigram', 'name'),