Skip to content

Commit

Permalink
Lefover
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 10, 2024
1 parent 7d4ff31 commit f28dcea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object LogRequestsSlf4j extends App {

val request = basicRequest
.get(uri"https://httpbin.org/get")
.response(asJson[HttpBinResponse].getRight)
.response(asJson[HttpBinResponse].orFail)

val backend: SyncBackend =
Slf4jLoggingBackend(
Expand Down

0 comments on commit f28dcea

Please sign in to comment.