mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server): tag upsert (#12141)
This commit is contained in:
parent
b9e5e40ced
commit
9b1a985d29
14 changed files with 163 additions and 41 deletions
|
|
@ -232,6 +232,7 @@ export type TagResponseDto = {
|
|||
createdAt: string;
|
||||
id: string;
|
||||
name: string;
|
||||
parentId?: string;
|
||||
updatedAt: string;
|
||||
value: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue