chore: prettier format

This commit is contained in:
Yaros 2026-08-03 17:57:42 +02:00
parent e1fed80325
commit 90821240de

View file

@ -2,8 +2,8 @@ import { Kysely } from 'kysely';
import { SyncEntityType, SyncRequestType } from 'src/enum';
import { OcrRepository } from 'src/repositories/ocr.repository';
import { DB } from 'src/schema';
import { factory } from 'test/small.factory';
import { SyncTestContext } from 'test/medium.factory';
import { factory } from 'test/small.factory';
import { getKyselyDB } from 'test/utils';
let defaultDatabase: Kysely<DB>;