diff --git a/lib/utils.js b/lib/utils.js index 366ebe6b..44d83421 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -25,7 +25,7 @@ var prepareValue = function(val) { return null; } return val === null ? null : val.toString(); -} +}; function normalizeQueryConfig (config, values, callback) { //can take in strings or config objects @@ -46,4 +46,4 @@ function normalizeQueryConfig (config, values, callback) { module.exports = { prepareValue: prepareValue, normalizeQueryConfig: normalizeQueryConfig -} +};