mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 09:14:58 +03:00
refactor(server): enums (#11809)
This commit is contained in:
2
server/test/fixtures/user.stub.ts
vendored
2
server/test/fixtures/user.stub.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import { UserAvatarColor, UserMetadataKey } from 'src/entities/user-metadata.entity';
|
||||
import { UserEntity } from 'src/entities/user.entity';
|
||||
import { UserAvatarColor, UserMetadataKey } from 'src/enum';
|
||||
import { authStub } from 'test/fixtures/auth.stub';
|
||||
|
||||
export const userDto = {
|
||||
|
||||
Reference in New Issue
Block a user