mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Removed static declarations
This commit is contained in:
parent
fc57a2be47
commit
79a8cf2059
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ namespace PlexRequests.Services.Notification
|
|||
Observers.TryRemove(notification.NotificationName, out notification);
|
||||
}
|
||||
|
||||
private static async Task NotifyAsync(INotification notification, NotificationModel model)
|
||||
private async Task NotifyAsync(INotification notification, NotificationModel model)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ namespace PlexRequests.Services.Notification
|
|||
|
||||
}
|
||||
|
||||
private static async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings)
|
||||
private async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue