You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
refactor: metadata entity (#17492)
This commit is contained in:
1
server/test/fixtures/user.stub.ts
vendored
1
server/test/fixtures/user.stub.ts
vendored
@ -38,7 +38,6 @@ export const userStub = {
|
||||
assets: [],
|
||||
metadata: [
|
||||
{
|
||||
userId: authStub.user1.user.id,
|
||||
key: UserMetadataKey.PREFERENCES,
|
||||
value: { avatar: { color: UserAvatarColor.PRIMARY } },
|
||||
},
|
||||
|
Reference in New Issue
Block a user