From acc24936b7eeb8249a5a9f753f8b03c1c0043346 Mon Sep 17 00:00:00 2001 From: Stuart Turner Date: Fri, 8 Nov 2024 10:32:57 -0600 Subject: [PATCH] Fix build --- Source/AlphaVantage.Net/AlphaVantageClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/AlphaVantage.Net/AlphaVantageClient.cs b/Source/AlphaVantage.Net/AlphaVantageClient.cs index d86fd00..4396a69 100644 --- a/Source/AlphaVantage.Net/AlphaVantageClient.cs +++ b/Source/AlphaVantage.Net/AlphaVantageClient.cs @@ -69,7 +69,6 @@ int maxCallsPerMinute } ); _apiKey = apiKey; - _logger = logger ?? NullLogger.Instance; } ///