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