Fix #174 auth not being written to file for ntfy.
This commit is contained in:
parent
d52213002e
commit
c6d0168d2f
@ -5,9 +5,9 @@ namespace Tranga.NotificationConnectors;
|
|||||||
|
|
||||||
public class Ntfy : NotificationConnector
|
public class Ntfy : NotificationConnector
|
||||||
{
|
{
|
||||||
// ReSharper disable once MemberCanBePrivate.Global
|
// ReSharper disable twice MemberCanBePrivate.Global
|
||||||
public string endpoint { get; init; }
|
public string endpoint { get; init; }
|
||||||
private string auth { get; init; }
|
public string auth { get; init; }
|
||||||
private const string Topic = "tranga";
|
private const string Topic = "tranga";
|
||||||
private readonly HttpClient _client = new();
|
private readonly HttpClient _client = new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user