mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 18:04:51 +09:00
Remove old commented out line of code
This commit is contained in:
parent
69e807214d
commit
9b8cae79e0
1 changed files with 0 additions and 1 deletions
|
@ -688,7 +688,6 @@ instance YesodHttpSig App where
|
||||||
t <- first displayException $ decodeUtf8' b
|
t <- first displayException $ decodeUtf8' b
|
||||||
parseFedURI t
|
parseFedURI t
|
||||||
_ -> throwE "Multiple ActivityPub-Actor headers"
|
_ -> throwE "Multiple ActivityPub-Actor headers"
|
||||||
--(inboxOrVkid, key, mexpires, uActor, host, shared) <- do
|
|
||||||
vkd <- do
|
vkd <- do
|
||||||
ments <- lift $ runDB $ do
|
ments <- lift $ runDB $ do
|
||||||
mvk <- getBy $ UniqueVerifKey uKey
|
mvk <- getBy $ UniqueVerifKey uKey
|
||||||
|
|
Loading…
Reference in a new issue