mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
fix: open api (#12878)
This commit is contained in:
parent
ad33ce5938
commit
e41785b1a1
1 changed files with 1 additions and 0 deletions
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.
|
/// [value] if it's a [Map], null otherwise.
|
||||||
// ignore: prefer_constructors_over_static_methods
|
// ignore: prefer_constructors_over_static_methods
|
||||||
static RandomSearchDto? fromJson(dynamic value) {
|
static RandomSearchDto? fromJson(dynamic value) {
|
||||||
|
upgradeDto(value, "RandomSearchDto");
|
||||||
if (value is Map) {
|
if (value is Map) {
|
||||||
final json = value.cast<String, dynamic>();
|
final json = value.cast<String, dynamic>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue