Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EzrealJ committed Mar 5, 2024
1 parent 02e0370 commit 74b8036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Task OnRequestAsync(ApiParameterContext context)
{
foreach (var item in tokens)
{
if (token.Equals(CancellationToken.None) == false)
if (item.Equals(CancellationToken.None) == false)
{
context.HttpContext.CancellationTokens.Add(item);
}
Expand Down

0 comments on commit 74b8036

Please sign in to comment.