There was an error while loading. Please reload this page.
1 parent 8808e4c commit 7ae9788Copy full SHA for 7ae9788
src/Web/Offset/Feed.hs
@@ -169,7 +169,7 @@ getAuthorViaReq wp v =
169
170
getAuthorsViaReq :: Wordpress b -> Object -> IO [WPPerson]
171
getAuthorsViaReq wp v =
172
- do let mAuthorId = parseMaybe (\obj -> obj .: "authors") v :: Maybe [T.Text]
+ do let mAuthorId = parseMaybe (\obj -> obj .: "authors") v :: Maybe [Int]
173
case mAuthorId of
174
Nothing -> return []
175
Just authorIds ->
0 commit comments