mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 13:43:57 +09:00
chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
2
mobile/openapi/lib/model/rating_response.dart
generated
2
mobile/openapi/lib/model/rating_response.dart
generated
@@ -13,7 +13,7 @@ part of openapi.api;
|
||||
class RatingResponse {
|
||||
/// Returns a new [RatingResponse] instance.
|
||||
RatingResponse({
|
||||
required this.enabled,
|
||||
this.enabled = false,
|
||||
});
|
||||
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user