From 3c8ef3db91b8193588dbf6259e77176892dfc208 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Thu, 27 Feb 2025 21:51:27 +0200 Subject: [PATCH] fixed service type --- .../Verticals/DownloadClient/DummyDownloadService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs b/code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs index 6e8fc20..e8e723a 100644 --- a/code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs +++ b/code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs @@ -24,7 +24,7 @@ public class DummyDownloadService : DownloadService IMemoryCache cache, IFilenameEvaluator filenameEvaluator, IStriker striker, - NotificationPublisher notifier, + INotificationPublisher notifier, IDryRunInterceptor dryRunInterceptor, IHardLinkFileService hardLinkFileService ) : base(