Skip to content

Commit 5523361

Browse files
committed
fix: update dependencies
1 parent 3071dd7 commit 5523361

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/pg-driver/src/factories/createPgDriverFactory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ export const createPgDriverFactory = (): DriverFactory => {
340340
// `rowDescription` will not fire if the query produces a syntax error.
341341
// Also, `rowDescription` won't fire until client starts consuming the stream.
342342
// This is why we cannot simply await for `rowDescription` event before starting to pipe the stream.
343-
// @ts-expect-error – https://github.com/brianc/node-postgres/issues/3015
344343
client.connection.once('rowDescription', (rowDescription) => {
345344
fields = rowDescription.fields.map((field) => {
346345
return {

0 commit comments

Comments
 (0)