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