mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 02:47:22 +02:00
♻️ Refactor application initialization.
This commit is contained in:
parent
4018e4df79
commit
6dbabf2935
25 changed files with 392 additions and 368 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue