diff --git a/src/ReC.Application/RecActions/Commands/InvokeRecActionCommand.cs b/src/ReC.Application/RecActions/Commands/InvokeRecActionCommand.cs index 75655d8..d064d9d 100644 --- a/src/ReC.Application/RecActions/Commands/InvokeRecActionCommand.cs +++ b/src/ReC.Application/RecActions/Commands/InvokeRecActionCommand.cs @@ -22,8 +22,7 @@ public static class InvokeRecActionCommandExtensions public class InvokeRecActionCommandHandler( ISender sender, IHttpClientFactory clientFactory, - IConfiguration? config = null, - ILogger? logger = null + IConfiguration? config = null ) : IRequestHandler { public async Task Handle(InvokeRecActionCommand request, CancellationToken cancel)