Skip to content

Commit

Permalink
Another small tracking improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Feb 15, 2024
1 parent 177092e commit 4a211e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public Task TrackAsync(TrackingKey identifier, DeliveryResult result,
{
if (string.IsNullOrWhiteSpace(identifier.Channel))
{
return Task.CompletedTask;
return StoreInternalAsync(identifier.ToToken(), result);
}

var counterMap = CounterMap.ForChannel(identifier.Channel!, result.Status);
Expand Down

0 comments on commit 4a211e3

Please sign in to comment.