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