Did this reformat?
This commit is contained in:
parent
f7a9bc388d
commit
840871045f
2
deps.edn
2
deps.edn
|
@ -6,7 +6,7 @@
|
|||
|
||||
org.fudo/fudo-clojure {
|
||||
:git/url "https://git.fudo.org/fudo-public/fudo-clojure.git"
|
||||
:sha "3c835aabf4c49b8eed461758b8aed7bd79819ba4"
|
||||
:sha "c948aa7a8e0698fd11312832cf033d271e817e45"
|
||||
}
|
||||
}
|
||||
:aliases {
|
||||
|
|
|
@ -292,10 +292,10 @@
|
|||
:or { logger (log/print-logger) }}]
|
||||
(if credentials
|
||||
(let [authenticator (make-request-authenticator credentials)]
|
||||
(reify-exchange-account-client {::http/client (http/json-client :authenticator authenticator
|
||||
:logger logger)
|
||||
::log/logger logger
|
||||
::hostname hostname}))
|
||||
(reify-exchange-client {::http/client (http/json-client :logger logger)
|
||||
::log/logger logger
|
||||
::hostname hostname})))
|
||||
(reify-exchange-account-client {::http/client (http/json-client :authenticator authenticator
|
||||
:logger logger)
|
||||
::log/logger logger
|
||||
::hostname hostname}))
|
||||
(reify-exchange-client {::http/client (http/json-client :logger logger)
|
||||
::log/logger logger
|
||||
::hostname hostname})))
|
||||
|
|
Loading…
Reference in New Issue