Skip to content

Commit

Permalink
Intentionally break doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Apr 23, 2020
1 parent 4c36316 commit 5351a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/galley/src/Galley/API.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ docs (_ ::: url) = do
-- Right (OtrReportMissing (fromList [21c56f5c-8478-11ea-938e-b7f0a819ff2b]))
--
-- >>> run [("ignore_missing", Just "false"), ("report_missing", Just "21c56f5c-8478-11ea-938e-b7f0a819ff2b")]
-- Right OtrReportAllMissing
-- Right OtrIgnoreAllMissing
filterMissing :: HasQuery r => Predicate r P.Error OtrFilterMissing
filterMissing = (>>= go) <$> (query "ignore_missing" ||| query "report_missing")
where
Expand Down

0 comments on commit 5351a45

Please sign in to comment.