Declaring the logger as nullable.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace lottery_co_uk_scraper.EuroMillions
|
||||
{
|
||||
internal class DrawBalls
|
||||
{
|
||||
private static readonly ILogger<DrawBalls> _logger;
|
||||
private static readonly ILogger<DrawBalls>? _logger;
|
||||
|
||||
private static HtmlNode GetNodeById(HtmlNode containerNode, string nodeId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user