Skip to content

Commit dc12e9a

Browse files
committed
Fix lint
1 parent 7507138 commit dc12e9a

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
@@ -374,7 +374,7 @@ Client.prototype.query = function (config, values, callback) {
374374
}
375375

376376
if (readTimeout) {
377-
queryCallback = query.callback;
377+
queryCallback = query.callback
378378

379379
readTimeoutTimer = setTimeout(() => {
380380
var error = new Error('Query read timeout')

0 commit comments

Comments
 (0)