mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add a ts-ignore instead of as any
This commit is contained in:
parent
cd961dad86
commit
c2b13b1a63
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue