mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
Fixed the casting error #1292
This commit is contained in:
parent
830c887d98
commit
f7926f13b5
3 changed files with 11 additions and 5 deletions
|
@ -100,5 +100,10 @@ namespace Ombi.Services.Notification
|
|||
throw new InvalidOperationException(ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
public async Task PublishTest(NotificationModel model, Settings settings, INotification type)
|
||||
{
|
||||
await type.NotifyAsync(model, settings);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue