Removed the potential locking

This commit is contained in:
tidusjar 2018-01-10 20:36:28 +00:00
parent 6e79574aba
commit 96697000b1
3 changed files with 4 additions and 14 deletions

View file

@ -42,6 +42,7 @@ namespace Ombi.Notifications.Interfaces
public async Task NotifyAsync(NotificationOptions model)
{
Settings.ClearCache();
var configuration = await GetConfiguration();
await NotifyAsync(model, configuration);
}