From 7f4246ac63f30e992ea33b354ca254bce4c53dd5 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Fri, 15 May 2026 23:08:15 +0200 Subject: [PATCH] Added debug logging --- .../Handlers/ProcessEmailNotificationsEventHandler.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LiteCharms.Features/Shop/Notifications/Events/Handlers/ProcessEmailNotificationsEventHandler.cs b/LiteCharms.Features/Shop/Notifications/Events/Handlers/ProcessEmailNotificationsEventHandler.cs index 18009ce..4ed3f81 100644 --- a/LiteCharms.Features/Shop/Notifications/Events/Handlers/ProcessEmailNotificationsEventHandler.cs +++ b/LiteCharms.Features/Shop/Notifications/Events/Handlers/ProcessEmailNotificationsEventHandler.cs @@ -13,6 +13,8 @@ public class ProcessEmailNotificationsEventHandler(IDbContextFactory SendEmailAsync(Notification notification, EmailService service, CancellationToken cancellationToken = default)