mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix SendGrid Exception copy/paste
This commit is contained in:
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Notifications.SendGrid
|
|||||||
throw new SendGridException("Unauthorized - AuthToken is invalid");
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user