Skip to content

Commit f316474

Browse files
Update Program.cs
1 parent ae3dc6e commit f316474

File tree

1 file changed

+0
-1
lines changed
  • fundamentals/middleware/problem-details-service

1 file changed

+0
-1
lines changed

fundamentals/middleware/problem-details-service/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ await problemDetailsService.WriteAsync(new ProblemDetailsContext
276276
exceptionHandlerApp.Run(async context =>
277277
{
278278
context.Response.StatusCode = StatusCodes.Status500InternalServerError;
279-
280279
context.Response.ContentType = Text.Plain;
281280

282281
var title = "Bad Input";

0 commit comments

Comments
 (0)