mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update validator dependency
This commit is contained in:
parent
60815a7921
commit
7cde3b9c2e
30 changed files with 108 additions and 111 deletions
|
@ -1,5 +1,5 @@
|
|||
import { exists } from './misc'
|
||||
import * as validator from 'validator'
|
||||
import validator from 'validator'
|
||||
import { CONSTRAINTS_FIELDS, VIDEO_PLAYLIST_PRIVACIES, VIDEO_PLAYLIST_TYPES } from '../../initializers/constants'
|
||||
import * as express from 'express'
|
||||
import { VideoPlaylistModel } from '../../models/video/video-playlist'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue