From 8471393ecf99bf69efdec11e52dbc87b672bdbf5 Mon Sep 17 00:00:00 2001 From: Dan Done Date: Fri, 15 Sep 2023 21:10:52 +0100 Subject: [PATCH] Fixing the build post PR. --- SynoAI/Notifiers/Webhook/Webhook.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SynoAI/Notifiers/Webhook/Webhook.cs b/SynoAI/Notifiers/Webhook/Webhook.cs index bb0194f..4e8425e 100644 --- a/SynoAI/Notifiers/Webhook/Webhook.cs +++ b/SynoAI/Notifiers/Webhook/Webhook.cs @@ -7,7 +7,6 @@ using System.Net; using System.Net.Http; using System.Net.Http.Headers; -using System.Net; using System.Text; namespace SynoAI.Notifiers.Webhook @@ -57,11 +56,6 @@ internal class Webhook : NotifierBase /// public bool AllowInsecureUrl { get; set; } - /// - /// Allow insecure URL Access to the API. - /// - public bool AllowInsecureUrl { get; set; } - /// /// Sends a notification to the Webhook. ///