♻️ Refactor application initialization.

This commit is contained in:
Andrey Antukh 2021-05-04 15:18:59 +02:00 committed by Andrés Moya
parent 4018e4df79
commit 6dbabf2935
25 changed files with 392 additions and 368 deletions

View file

@ -15,7 +15,7 @@
[beicon.core :as rx]
[cuerdas.core :as str]))
(defn- handle-response
(defn handle-response
[{:keys [status body] :as response}]
(cond
(= 204 status)