mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 02:54:19 +01:00
Add a ts-ignore instead of as any
This commit is contained in:
@@ -19,6 +19,7 @@ export class DittoPostgres {
|
||||
if (!this.db) {
|
||||
this.db = new Kysely({
|
||||
dialect: new PostgresJSDialect({
|
||||
// @ts-ignore: mismatched library versions
|
||||
postgres: this.postgres,
|
||||
}),
|
||||
log: KyselyLogger,
|
||||
|
||||
Reference in New Issue
Block a user