mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
parent
fdf0b16fe3
commit
5ec407b57c
12 changed files with 312 additions and 7 deletions
|
|
@ -87,7 +87,7 @@ class AvatarResponse {
|
|||
}
|
||||
|
||||
class RatingResponse {
|
||||
enabled!: boolean;
|
||||
enabled: boolean = false;
|
||||
}
|
||||
|
||||
class MemoryResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue