remove comment

This commit is contained in:
spaced4ndy
2024-09-26 17:07:37 +04:00
parent 881328554f
commit c4fb0f6923
-1
View File
@@ -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