Skip to content

Commit

Permalink
- Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed May 1, 2023
1 parent 60366fe commit f10a316
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions EasyPost/Models/Shared/PaginatedCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ public abstract class PaginatedCollection<TEntries> : EasyPost._base.EasyPostObj
/// </summary>
internal BetaFeatures.Parameters.BaseParameters? Filters { get; set; }

/// <summary>
/// The filter parameters used to retrieve this collection.
/// </summary>
internal BetaFeatures.Parameters.BaseParameters? Filters { get; set; }

/// <summary>
/// Get the next page of a paginated collection.
/// </summary>
Expand Down

0 comments on commit f10a316

Please sign in to comment.