Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Dec 2, 2023
1 parent 9d95132 commit e1898bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-tsd/pg-config.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ expectAssignable<Knex.PgConnectionConfig>({
host: '',
connectionString: '',
keepAlive: true,
stream: new stream.Duplex(),
stream: () => new stream.Duplex(),
statement_timeout: false,
parseInputDatesAsUTC: false,
ssl: true,
Expand Down

0 comments on commit e1898bf

Please sign in to comment.