mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 02:13:51 -04:00
fix: open api (#12878)
This commit is contained in:
parent
ad33ce5938
commit
e41785b1a1
1
mobile/openapi/lib/model/random_search_dto.dart
generated
1
mobile/openapi/lib/model/random_search_dto.dart
generated
@ -493,6 +493,7 @@ class RandomSearchDto {
|
||||
/// [value] if it's a [Map], null otherwise.
|
||||
// ignore: prefer_constructors_over_static_methods
|
||||
static RandomSearchDto? fromJson(dynamic value) {
|
||||
upgradeDto(value, "RandomSearchDto");
|
||||
if (value is Map) {
|
||||
final json = value.cast<String, dynamic>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user