mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): enums (#11809)
This commit is contained in:
parent
fa64277476
commit
b288241a5c
82 changed files with 242 additions and 207 deletions
3
server/test/fixtures/audit.stub.ts
vendored
3
server/test/fixtures/audit.stub.ts
vendored
|
|
@ -1,4 +1,5 @@
|
|||
import { AuditEntity, DatabaseAction, EntityType } from 'src/entities/audit.entity';
|
||||
import { AuditEntity } from 'src/entities/audit.entity';
|
||||
import { DatabaseAction, EntityType } from 'src/enum';
|
||||
import { authStub } from 'test/fixtures/auth.stub';
|
||||
|
||||
export const auditStub = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue