diff options
Diffstat (limited to 'server/helpers/custom-validators/misc.ts')
-rw-r--r-- | server/helpers/custom-validators/misc.ts | 7 |
1 files changed, 0 insertions, 7 deletions
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 { | |||
14 | exists, | 14 | exists, |
15 | isArray | 15 | isArray |
16 | } | 16 | } |
17 | |||
18 | declare module 'express-validator' { | ||
19 | export interface Validator { | ||
20 | exists, | ||
21 | isArray | ||
22 | } | ||
23 | } | ||