damn
This commit is contained in:
parent
d5ad8b4fb8
commit
c059b6df44
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ checkResponseES resp =
|
|||
200 -> return ()
|
||||
code -> error $ (show code) ++ ": " ++ (C.unpack $ BL.toStrict $ responseBody resp)
|
||||
|
||||
runBH' :: BH m a -> m a
|
||||
-- runBH' :: BH m (HandlerSite m) -> m a
|
||||
runBH' action = do
|
||||
master <- getYesod
|
||||
let s = appSearchHost $ appSettings master
|
||||
|
|
Loading…
Reference in a new issue