mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Fix linting
This commit is contained in:
parent
9d951320d0
commit
e1898bfded
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user