mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 07:21:38 +02:00
⬆️ Update potok dependency.
This commit is contained in:
parent
5ae1b72943
commit
e3faddeb6b
4 changed files with 29 additions and 39 deletions
|
@ -23,9 +23,12 @@
|
|||
(http/client-error? response)
|
||||
(rx/throw (:body response))
|
||||
|
||||
(http/server-error? response)
|
||||
(rx/throw (:body response))
|
||||
|
||||
:else
|
||||
(rx/throw {:type :unexpected
|
||||
:code (:error response)})))
|
||||
:response response})))
|
||||
|
||||
(defn send-query!
|
||||
[id params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue