mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed notifications not sending #1594
This commit is contained in:
parent
1dc8eac035
commit
c957371bc5
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ namespace Ombi.Notifications.Agents
|
|||
try
|
||||
{
|
||||
var a = settings.Token;
|
||||
var b = settings.Channel;
|
||||
var b = settings.Team;
|
||||
var c = settings.Service;
|
||||
}
|
||||
catch (IndexOutOfRangeException)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue