Skip to content

Commit 5aa5d05

Browse files
committed
fix: lint
1 parent 7ad4468 commit 5aa5d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ class Client extends EventEmitter {
589589
throw err
590590
})
591591
} else {
592-
if(!(typeof values === 'function')){
592+
if( !(typeof values === 'function') ){
593593
throw new Error('callback is not a function')
594594
}
595595
}

0 commit comments

Comments
 (0)