Fix type error
This commit is contained in:
parent
6bf0f321cf
commit
7c5c12dc6b
@ -29,7 +29,7 @@ class KnownSymbol namespace => CryptoRoute ciphertext namespace where
|
|||||||
instance CryptoRoute UUID "Submission" where
|
instance CryptoRoute UUID "Submission" where
|
||||||
cryptoIDRoute cID = do
|
cryptoIDRoute cID = do
|
||||||
cIDKey <- getsYesod appCryptoIDKey
|
cIDKey <- getsYesod appCryptoIDKey
|
||||||
sId <- UUID.decrypt cIDKey cID
|
(_ :: SubmissionId) <- UUID.decrypt cIDKey cID
|
||||||
|
|
||||||
return $ SubmissionR cID
|
return $ SubmissionR cID
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user