remove comment

This commit is contained in:
Evgeny Poberezkin
2025-11-10 21:30:06 +00:00
parent 8ee3fd0ef7
commit 7485175980

View File

@@ -108,7 +108,6 @@ wpEncrypt' WPKey {wpAuth, wpP256dh = WPP256dh uaPubK} asPrivK salt clearT = do
Left e -> throwE e
Right iv -> pure iv
-- TODO [webpush] use ToJSON
encodePN :: PushNotification -> BL.ByteString
encodePN pn = J.encode $ case pn of
PNVerification code -> J.object ["verification" .= code]