mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Update validator dependency
This commit is contained in:
parent
60815a7921
commit
7cde3b9c2e
30 changed files with 108 additions and 111 deletions
|
@ -19,7 +19,7 @@ import { getSort, throwIfNotValid } from '../utils'
|
|||
import { isActivityPubUrlValid } from '../../helpers/custom-validators/activitypub/misc'
|
||||
import { CONSTRAINTS_FIELDS } from '../../initializers/constants'
|
||||
import { PlaylistElementObject } from '../../../shared/models/activitypub/objects/playlist-element-object'
|
||||
import * as validator from 'validator'
|
||||
import validator from 'validator'
|
||||
import { AggregateOptions, Op, ScopeOptions, Sequelize, Transaction } from 'sequelize'
|
||||
import { VideoPlaylistElement, VideoPlaylistElementType } from '../../../shared/models/videos/playlist/video-playlist-element.model'
|
||||
import { AccountModel } from '../account/account'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue