Skip to content

Commit

Permalink
Remove RefBaseCollectionPaginationCountResponse assignment from clone
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Biret <[email protected]>
  • Loading branch information
millicentachieng and baywet authored Oct 5, 2022
1 parent 7bb7d7e commit 73b5044
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ internal OpenApiConvertSettings Clone()
EnableCount = this.EnableCount,
IncludeAssemblyInfo = this.IncludeAssemblyInfo,
EnableODataAnnotationReferencesForResponses = this.EnableODataAnnotationReferencesForResponses,
RefBaseCollectionPaginationCountResponse = this.RefBaseCollectionPaginationCountResponse
};

return newSettings;
Expand Down

0 comments on commit 73b5044

Please sign in to comment.