Skip to content

Commit ef3379a

Browse files
sehropebrianc
authored andcommitted
Normalize export in utils to use short form
1 parent e74c13d commit ef3379a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/utils.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module.exports = {
151151
// by accident, eg: from calling values.map(utils.prepareValue)
152152
return prepareValue(value)
153153
},
154-
normalizeQueryConfig: normalizeQueryConfig,
155-
postgresMd5PasswordHash: postgresMd5PasswordHash,
156-
md5: md5
154+
normalizeQueryConfig,
155+
postgresMd5PasswordHash,
156+
md5
157157
}

0 commit comments

Comments
 (0)