Skip to content

Commit 6ae44d5

Browse files
juliuszaedevil
authored andcommitted
Fix lint
1 parent 27bf328 commit 6ae44d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Client.prototype.query = function (config, values, callback) {
421421
}
422422

423423
if (readTimeout) {
424-
queryCallback = query.callback;
424+
queryCallback = query.callback
425425

426426
readTimeoutTimer = setTimeout(() => {
427427
var error = new Error('Query read timeout')

0 commit comments

Comments
 (0)