mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: prettier format
This commit is contained in:
parent
e1fed80325
commit
90821240de
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue