diff --git a/src/db/adapters/DittoPostgres.ts b/src/db/adapters/DittoPostgres.ts index ac33a8c3..4160562b 100644 --- a/src/db/adapters/DittoPostgres.ts +++ b/src/db/adapters/DittoPostgres.ts @@ -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,