Skip to content

Commit e67418f

Browse files
committed
Fix type-o but mostly retrigger build for CF pages preview
1 parent 0bbdc5a commit e67418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/query.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Query extends EventEmitter {
166166
// the network stack writes each message separately instead of buffering them together
167167
// causing the client & network to send more slowly. Corking & uncorking the stream
168168
// allows node to buffer up the messages internally before sending them all off at once.
169-
// note: we're checking for existence of cork/uncork because on some versions of streams
169+
// note: we're checking for existence of cork/uncork because some versions of streams
170170
// might not have this (cloudflare?)
171171
connection.stream.cork && connection.stream.cork()
172172
try {

0 commit comments

Comments
 (0)