Skip to content

Commit

Permalink
Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Esmailpour committed Jul 31, 2024
1 parent c6ac2fb commit b7102ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Serilog.Enrichers.ClientInfo.Tests/TestSetup/WebApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

var app = builder.Build();

app.UseForwardedHeaders()
app.UseForwardedHeaders();

app.MapGet("/", () => "hello world");

Expand All @@ -38,4 +38,4 @@ private Program()
{ }

public static LogEvent LogEvent;
}
}

0 comments on commit b7102ae

Please sign in to comment.