mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
KyselyLogger: fix import order
This commit is contained in:
parent
5ea33f6817
commit
fd553d98e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { logi } from '@soapbox/logi';
|
||||
import { JsonValue } from '@std/json';
|
||||
import { Logger } from 'kysely';
|
||||
|
||||
import { dbQueriesCounter, dbQueryDurationHistogram } from '@/metrics.ts';
|
||||
import { errorJson } from '@/utils/log.ts';
|
||||
import { JsonValue } from '@std/json';
|
||||
|
||||
/** Log the SQL for queries. */
|
||||
export const KyselyLogger: Logger = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue