1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2022-02-09 13:44:02 +01:00
parent 8f0b94f0ed
commit c9f27d9881
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 942 additions and 914 deletions

View file

@ -1,5 +1,5 @@
import { literal, Op, OrderItem, Sequelize } from 'sequelize'
import { Col } from 'sequelize/types/lib/utils'
import { Col } from 'sequelize/types/utils'
import validator from 'validator'
type SortType = { sortModel: string, sortValue: string }