diff --git a/SynoAI/Notifiers/Webhook/Webhook.cs b/SynoAI/Notifiers/Webhook/Webhook.cs
index fce9931..9fb428d 100644
--- a/SynoAI/Notifiers/Webhook/Webhook.cs
+++ b/SynoAI/Notifiers/Webhook/Webhook.cs
@@ -167,7 +167,7 @@ public override async Task SendAsync(Camera camera, Notification notification, I
/// Gets a object for the Webhook request.
///
/// A .
- private HttpClient GetHttpClient()
+ private static HttpClient GetHttpClient()
{
if (!Config.AllowInsecureUrl)
{