We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd681 commit 876a843Copy full SHA for 876a843
src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs
@@ -16,7 +16,7 @@ import Simplex.Messaging.Notifications.Server.Push
16
import Control.Monad.Except
17
import Control.Logger.Simple (logDebug)
18
import Simplex.Messaging.Util (tshow)
19
-import qualified Data.ByteString.Char8 as B
+import qualified Data.ByteString as B
20
import Control.Monad.IO.Class (liftIO)
21
import Control.Exception ( fromException, SomeException, try )
22
import qualified Network.HTTP.Types as N
0 commit comments