Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Sep 25, 2024
1 parent eafd752 commit d5b09c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public class ReceiverTestWithCancellationTokenHub : Hub<IReceiverWithCancellatio
"2022-02-06",
};

private readonly ILogger<ReceiverTestHub> _logger;
private readonly ILogger<ReceiverTestWithCancellationTokenHub> _logger;

public ReceiverTestWithCancellationTokenHub(ILogger<ReceiverTestHub> logger)
public ReceiverTestWithCancellationTokenHub(ILogger<ReceiverTestWithCancellationTokenHub> logger)
{
_logger = logger;
}
Expand Down

0 comments on commit d5b09c6

Please sign in to comment.