diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-26 15:38:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-26 15:38:44 +0200 |
commit | 5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458 (patch) | |
tree | 5195b77f303b7903d0d0f797efdbce21e2e53551 /server | |
parent | 99c5d041fca134e1fdf96aecefa5eacf6cfdb967 (diff) | |
parent | 6c8a99d12ad1a6ffd4bc564bab48f4d4a5588ae2 (diff) | |
download | PeerTube-5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458.tar.gz PeerTube-5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458.tar.zst PeerTube-5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458.zip |
Merge branch 'release/3.2.0' into develop
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 f7a989691..ca56a57dc 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, |