This commit is contained in:
Iru 2025-11-23 19:30:28 +01:00
commit abe6ba4ed6
3 changed files with 4 additions and 6 deletions

View file

@ -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,