Skip to content

Commit

Permalink
make MarketBoardCurrentOfferings.ItemListings accessible (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
lichie567 authored Jul 5, 2024
1 parent c5e90e4 commit 25b10c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private MarketBoardCurrentOfferings()
/// <summary>
/// Gets the list of individual item listings.
/// </summary>
IReadOnlyList<IMarketBoardItemListing> IMarketBoardCurrentOfferings.ItemListings => this.InternalItemListings;
public IReadOnlyList<IMarketBoardItemListing> ItemListings => this.InternalItemListings;

/// <summary>
/// Gets the request ID.
Expand Down

0 comments on commit 25b10c1

Please sign in to comment.