Skip to content

Commit

Permalink
fix: wrong contract offer api dto referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Jun 27, 2023
1 parent b3a8ca5 commit d4dd97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ public class DataOfferDetailPageResult {
private Map<String, String> properties;

@Schema(description = "Available Contract Offers", requiredMode = Schema.RequiredMode.REQUIRED)
private List<CatalogContractOffer> contractOffers;
private List<DataOfferDetailContractOffer> contractOffers;
}

0 comments on commit d4dd97c

Please sign in to comment.