Skip to content

Commit 0e202f2

Browse files
committed
fix build error
1 parent 620f763 commit 0e202f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ServiceStack.AuthWeb.Tests/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override void Configure(Container container)
5252
Plugins.Add(new RazorFormat());
5353
Plugins.Add(new ServerEventsFeature
5454
{
55-
WriteFn = (res, frame) =>
55+
WriteEvent = (res, frame) =>
5656
{
5757
var aspRes = (HttpResponseBase)res.OriginalResponse;
5858
var bytes = frame.ToUtf8Bytes();

0 commit comments

Comments
 (0)