diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-26 15:38:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-26 15:38:09 +0200 |
commit | 6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2 (patch) | |
tree | 30a12029f709af0be006bf784331ff372febadb9 /server | |
parent | f49b3231d080767128c80dca7630a1ba9950ed12 (diff) | |
download | PeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.tar.gz PeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.tar.zst PeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/models/redundancy/video-redundancy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/redundancy/video-redundancy.ts b/server/models/redundancy/video-redundancy.ts index a61c3578c..349dba513 100644 --- a/server/models/redundancy/video-redundancy.ts +++ b/server/models/redundancy/video-redundancy.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { sample } from 'lodash' | 1 | import { sample } from 'lodash' |
2 | import { FindOptions, literal, Op, QueryTypes, Transaction, WhereOptions } from 'sequelize' | 2 | import { literal, Op, QueryTypes, Transaction, WhereOptions } from 'sequelize' |
3 | import { | 3 | import { |
4 | AllowNull, | 4 | AllowNull, |
5 | BeforeDestroy, | 5 | BeforeDestroy, |