aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-26 15:38:09 +0200
committerChocobozzz <me@florianbigard.com>2021-05-26 15:38:09 +0200
commit6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2 (patch)
tree30a12029f709af0be006bf784331ff372febadb9 /server
parentf49b3231d080767128c80dca7630a1ba9950ed12 (diff)
downloadPeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.tar.gz
PeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.tar.zst
PeerTube-6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2.zip
Fix lint
Diffstat (limited to 'server')
-rw-r--r--server/models/redundancy/video-redundancy.ts2
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 @@
1import { sample } from 'lodash' 1import { sample } from 'lodash'
2import { FindOptions, literal, Op, QueryTypes, Transaction, WhereOptions } from 'sequelize' 2import { literal, Op, QueryTypes, Transaction, WhereOptions } from 'sequelize'
3import { 3import {
4 AllowNull, 4 AllowNull,
5 BeforeDestroy, 5 BeforeDestroy,