From c8861d5dc0436ef4342ce517241e3591fa256a13 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Jul 2019 16:23:44 +0200 Subject: Fix express validator --- server/helpers/custom-validators/search.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/helpers/custom-validators/search.ts') diff --git a/server/helpers/custom-validators/search.ts b/server/helpers/custom-validators/search.ts index 15b389a58..ee732b15a 100644 --- a/server/helpers/custom-validators/search.ts +++ b/server/helpers/custom-validators/search.ts @@ -1,6 +1,4 @@ import * as validator from 'validator' -import 'express-validator' - import { isArray } from './misc' function isNumberArray (value: any) { -- cgit v1.2.3