Skip to content

Commit

Permalink
chore: Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Mar 3, 2025
1 parent 68afdf3 commit f2e529b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public override async Task OnResultExecutionAsync(ResultExecutingContext context
await next();
memoryStream.Position = 0;

if (response.StatusCode == StatusCodes.Status200OK) //TODO: Timo (Is it safe to assume that cached responses always return 200?)
if (response.StatusCode == StatusCodes.Status200OK)
{
var requestHeaders = request.GetTypedHeaders();
var responseHeaders = response.GetTypedHeaders();
Expand Down

0 comments on commit f2e529b

Please sign in to comment.