mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
Fix SendGrid Exception copy/paste
This commit is contained in:
parent
ac34684850
commit
e819eec41f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public void SendNotification(string title, string message, SendGridSettings sett
|
|||
throw new SendGridException("Unauthorized - AuthToken is invalid");
|
||||
}
|
||||
|
||||
throw new SendGridException("Unable to connect to Gotify. Status Code: {0}", ex);
|
||||
throw new SendGridException("Unable to connect to SendGrid. Status Code: {0}", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue