Skip to content

Commit 7327597

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
update readme
1 parent 5a0d175 commit 7327597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void ConfigureServices(IServiceCollection services)
3030
lo.EventIdFactory = (c, e) => new EventId(123, "UnhandlerException");
3131
lo.Category = (context, exception) => "MyCategory";
3232
})
33-
.Response(e => 500, ResponseAlreadyStartedBehaviour.GoToNextHandler)
33+
.Response(null, ResponseAlreadyStartedBehaviour.GoToNextHandler)
3434
.ClearCacheHeaders()
3535
.WithObjectResult((r, e) => new { msg = e.Message, path = r.Path })
3636
.Handled();

0 commit comments

Comments
 (0)