diff --git a/Tranga/NotificationConnectors/Ntfy.cs b/Tranga/NotificationConnectors/Ntfy.cs index a7fed50..fef0f90 100644 --- a/Tranga/NotificationConnectors/Ntfy.cs +++ b/Tranga/NotificationConnectors/Ntfy.cs @@ -5,9 +5,9 @@ namespace Tranga.NotificationConnectors; public class Ntfy : NotificationConnector { - // ReSharper disable once MemberCanBePrivate.Global + // ReSharper disable twice MemberCanBePrivate.Global public string endpoint { get; init; } - private string auth { get; init; } + public string auth { get; init; } private const string Topic = "tranga"; private readonly HttpClient _client = new();