mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
fix jshint errors for lib/utils.js
This commit is contained in:
parent
a78effef2e
commit
22d8538879
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user