Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Jan 3, 2025
1 parent 4a4198d commit da9c869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Digdir.Domain.Dialogporten.WebApi.Common.Middleware;

public class RequestLoggingMiddleware
public sealed class RequestLoggingMiddleware
{
private readonly RequestDelegate _next;
private readonly ILogger<RequestLoggingMiddleware> _logger;
Expand Down

0 comments on commit da9c869

Please sign in to comment.