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