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: '',
|
host: '',
|
||||||
connectionString: '',
|
connectionString: '',
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
stream: new stream.Duplex(),
|
stream: () => new stream.Duplex(),
|
||||||
statement_timeout: false,
|
statement_timeout: false,
|
||||||
parseInputDatesAsUTC: false,
|
parseInputDatesAsUTC: false,
|
||||||
ssl: true,
|
ssl: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user