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