mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-12 13:34:10 +02:00
Merge branch 'main' of github.com:binwiederhier/ntfy
This commit is contained in:
commit
b69b4490bb
1 changed files with 0 additions and 3 deletions
|
@ -137,9 +137,6 @@ func execSubscribe(c *cli.Context) error {
|
||||||
}
|
}
|
||||||
options = append(options, client.WithBasicAuth(user, pass))
|
options = append(options, client.WithBasicAuth(user, pass))
|
||||||
}
|
}
|
||||||
if poll {
|
|
||||||
options = append(options, client.WithPoll())
|
|
||||||
}
|
|
||||||
if scheduled {
|
if scheduled {
|
||||||
options = append(options, client.WithScheduled())
|
options = append(options, client.WithScheduled())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue