Skip to content

Commit

Permalink
CHORE: Fix code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sihoran committed Oct 25, 2024
1 parent 656e799 commit e8ea9c4
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,10 @@ private async Task<EndpointResponse> GetFriendlyErrorResponse(

private static void EnsureResponseHeadersAndStatusCode(RouteInfo routeInfo, EndpointResponse response)
{

response.Headers[Constants.Headers.IsIisFallback] = new List<string>
{
routeInfo.IsIisFallback.ToString().ToLower()
};

{
routeInfo.IsIisFallback.ToString().ToLower()
};

if (!routeInfo.IsIisFallback)
{
Expand Down

0 comments on commit e8ea9c4

Please sign in to comment.