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