diff --git a/BTCPayServer/Events/Notifications/NotificationsHelperExt.cs b/BTCPayServer/Events/Notifications/NotificationSender.cs similarity index 92% rename from BTCPayServer/Events/Notifications/NotificationsHelperExt.cs rename to BTCPayServer/Events/Notifications/NotificationSender.cs index 0702043d1..ef71127b5 100644 --- a/BTCPayServer/Events/Notifications/NotificationsHelperExt.cs +++ b/BTCPayServer/Events/Notifications/NotificationSender.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using Microsoft.AspNetCore.Identity;