From c4fb0f6923ceea86f9ab597a2fc542f52cb702ed Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:07:37 +0400 Subject: [PATCH] remove comment --- src/Simplex/Messaging/Agent/Client.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 45e5df58c..4ab16f501 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1748,7 +1748,6 @@ agentNtfCreateSubscriptions c tknId NtfToken {ntfServer, ntfPrivKey} subsCreds = agentError = second . first $ protocolClientError NTF $ clientServer ntf Nothing -> pure [] where - -- newSubs = L.map toNewSub subsCreds toNewSub :: CreateSubNtfReq -> NewNtfEntity 'Subscription toNewSub (NtfSubscription {smpServer}, ClientNtfCreds {ntfPrivateKey, notifierId}) = NewNtfSub tknId (SMPQueueNtf smpServer notifierId) ntfPrivateKey