]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/account.ts
Fix express validator
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / account.ts
index 67e4bf8cca25f3063d3f7a6e614f77025ca76a30..cbdcef2fd480298ab4f966f8c5bf0413138d77d4 100644 (file)
@@ -1,5 +1,5 @@
 import * as express from 'express'
-import { param } from 'express-validator/check'
+import { param } from 'express-validator'
 import { isAccountNameValid } from '../../helpers/custom-validators/accounts'
 import { logger } from '../../helpers/logger'
 import { areValidationErrors } from './utils'