From 4bf0947034268ffd2400d3d458d17e7dcefb4f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Thu, 9 Oct 2025 21:30:06 +0200 Subject: [PATCH] Fix constructor --- src/Service/NostrClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/NostrClient.php b/src/Service/NostrClient.php index c8bf79f..515560d 100644 --- a/src/Service/NostrClient.php +++ b/src/Service/NostrClient.php @@ -42,7 +42,7 @@ class NostrClient private readonly ManagerRegistry $managerRegistry, private readonly ArticleFactory $articleFactory, private readonly TokenStorageInterface $tokenStorage, - private readonly LoggerInterface $logger, private readonly RedisCacheService $redisCacheService) + private readonly LoggerInterface $logger) { $this->defaultRelaySet = new RelaySet(); $this->defaultRelaySet->addRelay(new Relay('wss://theforest.nostr1.com')); // public aggregator relay