mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Removed the potential locking
This commit is contained in:
parent
6e79574aba
commit
96697000b1
3 changed files with 4 additions and 14 deletions
|
@ -42,6 +42,7 @@ namespace Ombi.Notifications.Interfaces
|
|||
|
||||
public async Task NotifyAsync(NotificationOptions model)
|
||||
{
|
||||
Settings.ClearCache();
|
||||
var configuration = await GetConfiguration();
|
||||
await NotifyAsync(model, configuration);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue