Skip to content

Commit

Permalink
Fixed Typo in mimir/MimirWorker/Poller/DiffPoller/DiffConsumer.cs at …
Browse files Browse the repository at this point in the history
…line 110 in _logger.Information() method from '{DiffCOunt}' to '{DiffCount}'
  • Loading branch information
TheMarvelFan committed Sep 27, 2024
1 parent 8327773 commit 4c0594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mimir.Worker/Poller/DiffPoller/DiffConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CancellationToken stoppingToken
}

_logger.Information(
"{DiffCOunt} Handle in {Handler} Converted {Count} States",
"{DiffCount} Handle in {Handler} Converted {Count} States",
diffResponse.AccountDiffs.Count(),
handler.GetType().Name,
documents.Count
Expand Down

0 comments on commit 4c0594a

Please sign in to comment.