From e23e87fd04084bd192d356f1e9eeb4ad59809597 Mon Sep 17 00:00:00 2001 From: philip-milne Date: Wed, 1 Apr 2026 09:56:58 +0100 Subject: [PATCH] DTSCCI-3976: DashboardNotificationService --- .../reform/dashboard/services/DashboardNotificationService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard-notifications/src/main/java/uk/gov/hmcts/reform/dashboard/services/DashboardNotificationService.java b/dashboard-notifications/src/main/java/uk/gov/hmcts/reform/dashboard/services/DashboardNotificationService.java index d9db26623ba..d9c21266ad0 100644 --- a/dashboard-notifications/src/main/java/uk/gov/hmcts/reform/dashboard/services/DashboardNotificationService.java +++ b/dashboard-notifications/src/main/java/uk/gov/hmcts/reform/dashboard/services/DashboardNotificationService.java @@ -31,7 +31,6 @@ public class DashboardNotificationService { private final NotificationActionRepository notificationActionRepository; private final IdamApi idamApi; - private final String clickAction = "Click"; @Autowired