mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 23:12:51 +09:00
refactor(mobile): open api dto upgrade (#12793)
This commit is contained in:
1
mobile/openapi/lib/model/stack_update_dto.dart
generated
1
mobile/openapi/lib/model/stack_update_dto.dart
generated
@@ -50,6 +50,7 @@ class StackUpdateDto {
|
||||
/// [value] if it's a [Map], null otherwise.
|
||||
// ignore: prefer_constructors_over_static_methods
|
||||
static StackUpdateDto? fromJson(dynamic value) {
|
||||
upgradeDto(value, "StackUpdateDto");
|
||||
if (value is Map) {
|
||||
final json = value.cast<String, dynamic>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user