Skip to content

Commit

Permalink
removed abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
will-craig committed Nov 8, 2024
1 parent b8677e4 commit 71488f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace NotificationApi.Middleware.Logging
{
public abstract class AsyncNotificationClientLoggingDecorator(
public class AsyncNotificationClientLoggingDecorator(
IAsyncNotificationClient underlyingNotificationClient,
ILogger<AsyncNotificationClientLoggingDecorator> logger)
: IAsyncNotificationClient
Expand Down

0 comments on commit 71488f9

Please sign in to comment.