X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fcustom-validators%2Fmisc.ts;h=60fcdd5bb4f2c712d402795d75939e3a84cd8a54;hb=b60e5f38daf77e720a27aa86d3b482c58906a03a;hp=8d215a416bc899c6cbf122b7fad5f603f2dbc512;hpb=fdbda9e3d6564ec908733c7019305f6a3c363a9f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/custom-validators/misc.ts b/server/helpers/custom-validators/misc.ts index 8d215a416..60fcdd5bb 100644 --- a/server/helpers/custom-validators/misc.ts +++ b/server/helpers/custom-validators/misc.ts @@ -14,10 +14,3 @@ export { exists, isArray } - -declare module 'express-validator' { - export interface Validator { - exists, - isArray - } -}