Skip to content

Commit

Permalink
Make new constructor internal
Browse files Browse the repository at this point in the history
  • Loading branch information
twogood committed Dec 14, 2024
1 parent c6fdb33 commit 25995fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Activout.RestClient/Implementation/RestClientBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public RestClientBuilder(
throw new ArgumentNullException(nameof(paramConverterManager))
};
}
public RestClientBuilder(

internal RestClientBuilder(
IDuckTyping duckTyping,
RestClientContext context)
{
Expand Down

0 comments on commit 25995fb

Please sign in to comment.