Property accessor changed.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s

This commit is contained in:
2025-07-05 04:08:42 +02:00
parent 01bb81fc73
commit 964fb73c2f
3 changed files with 7 additions and 7 deletions

View File

@ -53,10 +53,9 @@ namespace MessengerApi
public class Client : IClient
{
private readonly HttpClient _httpClient;
private readonly ILogger _logger;
private Credentials _credentials;
protected readonly Credentials _credentials;
protected readonly HttpClient _httpClient;
protected readonly ILogger _logger;
public Client(Credentials credentials, HttpClient httpClient = null, ILogger logger = null)
{