diff --git a/app/Jobs/FetchNostrProfileJob.php b/app/Jobs/FetchNostrProfileJob.php index 907572e..050f5a9 100644 --- a/app/Jobs/FetchNostrProfileJob.php +++ b/app/Jobs/FetchNostrProfileJob.php @@ -65,7 +65,6 @@ class FetchNostrProfileJob implements ShouldQueue // Setup relay set $relays = [ new Relay('wss://nos.lol'), - new Relay('wss://relay.nostr.band'), ]; $relaySet = new RelaySet(); $relaySet->setRelays($relays);