Update NotifierController.cs

Remove unused parameters and clean up the controller so it doesn't break the build KEK.
This commit is contained in:
Valens
2025-01-25 15:16:16 -05:00
parent 8871827c92
commit 7fcd72e8d3
@@ -10,10 +10,7 @@ namespace Core.Controllers;
[Injectable]
public class NotifierController(
HttpServerHelper _httpServerHelper,
NotifierHelper _notifierHelper,
NotificationService _notificationService,
_timeout,
_pollInterval
NotifierHelper _notifierHelper
)
{
/// <summary>
@@ -62,11 +59,11 @@ public class NotifierController(
// _notificationService.UpdateMessageOnQueue(sessionID, []);
// resolve(messages);
};
//};
// immediately check
checkNotifications();
});
// checkNotifications();
//});
}
/// <summary>