diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:44:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:51:24 +0100 |
commit | c9f27d9881ea0cc05e953117380b4b22a1376d21 (patch) | |
tree | ca6a5d1f6dfd0fd635c981b90b65d4ecef1fc7e6 /server/models/utils.ts | |
parent | 8f0b94f0ed4bd30413d5d3a7fb077a9105a95413 (diff) | |
download | PeerTube-c9f27d9881ea0cc05e953117380b4b22a1376d21.tar.gz PeerTube-c9f27d9881ea0cc05e953117380b4b22a1376d21.tar.zst PeerTube-c9f27d9881ea0cc05e953117380b4b22a1376d21.zip |
Update server dependencies
Diffstat (limited to 'server/models/utils.ts')
-rw-r--r-- | server/models/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/utils.ts b/server/models/utils.ts index 8c694d4e5..0950f5f32 100644 --- a/server/models/utils.ts +++ b/server/models/utils.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { literal, Op, OrderItem, Sequelize } from 'sequelize' | 1 | import { literal, Op, OrderItem, Sequelize } from 'sequelize' |
2 | import { Col } from 'sequelize/types/lib/utils' | 2 | import { Col } from 'sequelize/types/utils' |
3 | import validator from 'validator' | 3 | import validator from 'validator' |
4 | 4 | ||
5 | type SortType = { sortModel: string, sortValue: string } | 5 | type SortType = { sortModel: string, sortValue: string } |