]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/custom-validators/pods.ts
Upgrade express validator to v4
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-validators / pods.ts
index 844bfdf7833b4a56758e83baeb3c123eaaa00583..d5021bf38dbf5b8f553af001b87e5fe06a59128e 100644 (file)
@@ -32,10 +32,3 @@ export {
   isEachUniqueHostValid,
   isHostValid
 }
-
-declare module 'express-validator' {
-  export interface Validator {
-    isEachUniqueHostValid
-    isHostValid
-  }
-}