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

Update validator dependency

This commit is contained in:
Chocobozzz 2020-01-07 14:56:07 +01:00
parent 60815a7921
commit 7cde3b9c2e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
30 changed files with 108 additions and 111 deletions

View file

@ -1,5 +1,5 @@
import { Response } from 'express'
import * as validator from 'validator'
import validator from 'validator'
import { CONSTRAINTS_FIELDS, VIDEO_ABUSE_STATES } from '../../initializers/constants'
import { exists } from './misc'
import { VideoAbuseModel } from '../../models/video/video-abuse'