mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 09:14:58 +03:00
fix(server): tag upsert (#12141)
This commit is contained in:
@@ -5,6 +5,7 @@ export const newTagRepositoryMock = (): Mocked<ITagRepository> => {
|
||||
return {
|
||||
getAll: vitest.fn(),
|
||||
getByValue: vitest.fn(),
|
||||
upsertValue: vitest.fn(),
|
||||
upsertAssetTags: vitest.fn(),
|
||||
|
||||
get: vitest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user