.
This commit is contained in:
parent
38e72e2a0c
commit
abe6ba4ed6
3 changed files with 4 additions and 6 deletions
2
nostr.go
2
nostr.go
|
|
@ -7,7 +7,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
func sendAlerts(config Config, alert string) error {
|
||||
func sendAlerts(config *Config, alert string) error {
|
||||
|
||||
pool := nostr.NewPool(nostr.PoolOptions{
|
||||
PenaltyBox: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue