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 4acffe4 commit cfb4825Copy full SHA for cfb4825
src/Node/Simple/Jwt.purs
@@ -30,7 +30,7 @@ newtype Jwt = Jwt String
30
31
derive newtype instance showJwt :: Show Jwt
32
derive newtype instance eqJwt :: Eq Jwt
33
-derive newtype instance readForeingJwt :: ReadForeign Jwt
+derive newtype instance readForeignJwt :: ReadForeign Jwt
34
derive newtype instance writeForeignJwt :: WriteForeign Jwt
35
36
-- | Supported algorithms.
0 commit comments