Skip to content

Commit e00a745

Browse files
codez0mb1eCopilot
andauthored
Nullable Error
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14419f0 commit e00a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BinanceBot.Market/MarketDepthManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public MarketDepthManager(IBinanceClient restClient, IBinanceSocketClient webSoc
6767
/// <exception cref="InvalidOperationException">Thrown when the API request fails</exception>
6868
private async Task<IBinanceOrderBook> GetOrderBookSnapshotAsync(MarketSymbol symbol, short orderBookDepth, CancellationToken ct)
6969
{
70-
(bool Success, IBinanceOrderBook Data, Error Error) response;
70+
(bool Success, IBinanceOrderBook Data, Error? Error) response;
7171

7272
switch (symbol.ContractType)
7373
{

0 commit comments

Comments
 (0)