Skip to content

Commit

Permalink
chore(mobile): patch openapi preference (#16000)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Feb 10, 2025
1 parent 90c607c commit cef19ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/lib/utils/openapi_patching.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dynamic upgradeDto(dynamic value, String targetType) {
addDefault(value, 'ratings', RatingsResponse().toJson());
addDefault(value, 'people', PeopleResponse().toJson());
addDefault(value, 'tags', TagsResponse().toJson());
addDefault(value, 'sharedLinks', SharedLinksResponse().toJson());
}
break;
case 'ServerConfigDto':
Expand Down

0 comments on commit cef19ee

Please sign in to comment.