Remove unused accidentally left line
This commit is contained in:
parent
ebc3f016b6
commit
b12ad49b62
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ instance ActivityPub Note where
|
||||||
typ <- o .: "type"
|
typ <- o .: "type"
|
||||||
unless (typ == ("Note" :: Text)) $ fail "type isn't Note"
|
unless (typ == ("Note" :: Text)) $ fail "type isn't Note"
|
||||||
(h, attrib) <- f2l <$> o .: "attributedTo"
|
(h, attrib) <- f2l <$> o .: "attributedTo"
|
||||||
(h, id_) <- f2l <$> o .: "id"
|
|
||||||
fmap (h,) $
|
fmap (h,) $
|
||||||
Note
|
Note
|
||||||
<$> withHostM h (fmap f2l <$> o .:? "id")
|
<$> withHostM h (fmap f2l <$> o .:? "id")
|
||||||
|
|
Loading…
Reference in a new issue