refactor(server): migrate album-user repo to kysely (#15351)

This commit is contained in:
Mert 2025-01-14 19:27:16 -05:00 committed by GitHub
parent c5476a99b1
commit 2903ad8156
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 78 additions and 36 deletions

View file

@ -86,6 +86,7 @@ class SqlGenerator {
this.sqlLogger.logQuery(event.query.sql);
} else if (event.level === 'error') {
this.sqlLogger.logQueryError(event.error as Error, event.query.sql);
this.sqlLogger.logQuery(event.query.sql);
}
},
}),