fix(AuthClient): remove _lazyInitiator
This commit is contained in:
parent
4e3448b4d4
commit
7153d6ec46
@ -9,9 +9,7 @@ public class AuthClient : IAuthClient, IAsyncDisposable
|
|||||||
{
|
{
|
||||||
private readonly HubConnection _connection;
|
private readonly HubConnection _connection;
|
||||||
|
|
||||||
private readonly Lazy<Task<bool>> _lazyInitiator;
|
private readonly ILogger<AuthClient>? _logger;
|
||||||
|
|
||||||
private readonly ILogger? _logger;
|
|
||||||
|
|
||||||
private readonly ClientParams _params;
|
private readonly ClientParams _params;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user