Fix linting

This commit is contained in:
Igor Savin 2023-12-02 16:52:57 +02:00
parent 9d951320d0
commit e1898bfded

View File

@ -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,