Skip to content

Commit

Permalink
Attempting to fix CI-only analyzer violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 15, 2024
1 parent 14fcf63 commit d2f4351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static void UpdateIfMissing(ref string cookie, ref bool changed, string test, st
if (changed)
{
context.Response.Headers[setCookieHeader] = new StringValues(newCookies.ToArray());
context.Response.Headers[setCookieHeader] = new StringValues([.. newCookies]);
}
return Task.CompletedTask;
Expand Down

0 comments on commit d2f4351

Please sign in to comment.