]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/account.ts
Better 413 error handling in cli script
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / account.ts
index 599eb10bb287cb4db53c29c9c547b87dd3a8dadd..e529c831d541ea575e80209a8d6f3d623848dc00 100644 (file)
@@ -1,4 +1,4 @@
-import * as express from 'express'
+import express from 'express'
 import { param } from 'express-validator'
 import { isAccountNameValid } from '../../helpers/custom-validators/accounts'
 import { logger } from '../../helpers/logger'