]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/users.ts
Fix check after init script
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / users.ts
index c6977fcd9d0ef99792e5c80683696fc399433d55..c06b85862d0160eca603e893bcbdd6d6ce5a62f2 100644 (file)
@@ -1,4 +1,4 @@
-import * as express from 'express'
+import express from 'express'
 import { body, param, query } from 'express-validator'
 import { omit } from 'lodash'
 import { Hooks } from '@server/lib/plugins/hooks'