From 4d4e5cd4dca78480ec7f40e747f424cd107376a4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 5 Jun 2017 21:53:49 +0200 Subject: require -> import --- server/helpers/custom-validators/users.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/helpers/custom-validators/users.ts') diff --git a/server/helpers/custom-validators/users.ts b/server/helpers/custom-validators/users.ts index 8fd2dac4f..f303ab8db 100644 --- a/server/helpers/custom-validators/users.ts +++ b/server/helpers/custom-validators/users.ts @@ -1,7 +1,5 @@ import { values } from 'lodash' -import expressValidator = require('express-validator') -// TODO: use .validator when express-validator typing will have validator field -const validator = expressValidator['validator'] +import * as validator from 'validator' import { CONSTRAINTS_FIELDS, USER_ROLES } from '../../initializers' const USERS_CONSTRAINTS_FIELDS = CONSTRAINTS_FIELDS.USERS -- cgit v1.2.3