From ef3379a4800a47da4d5bcd5d68e637a47bc531a1 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Tue, 29 Aug 2017 18:46:09 -0400 Subject: [PATCH] Normalize export in utils to use short form --- lib/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.js b/lib/utils.js index 575fb056..1167a076 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -151,7 +151,7 @@ module.exports = { // by accident, eg: from calling values.map(utils.prepareValue) return prepareValue(value) }, - normalizeQueryConfig: normalizeQueryConfig, - postgresMd5PasswordHash: postgresMd5PasswordHash, - md5: md5 + normalizeQueryConfig, + postgresMd5PasswordHash, + md5 }