Update NotifierController.cs
Remove unused parameters and clean up the controller so it doesn't break the build KEK.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user