Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-Roberto-Mancinelli committed Dec 20, 2024
1 parent 10264de commit c98bb16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TrueLayer/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ private static readonly string TlAgentHeader
/// Creates a new <see cref="ApiClient"/> instance with the provided configuration, HTTP client factory and serializer.
/// </summary>
/// <param name="httpClient">The client used to make HTTP requests.</param>
/// <param name="options"></param>
public ApiClient(HttpClient httpClient)
{
_httpClient = httpClient ?? throw new ArgumentNullException(nameof(httpClient));
Expand Down

0 comments on commit c98bb16

Please sign in to comment.