mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 07:05:54 +02:00
🐛 Fixes change language
This commit is contained in:
parent
81480f203d
commit
c84faeaa72
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
[{:keys [status body] :as response}]
|
[{:keys [status body] :as response}]
|
||||||
(cond
|
(cond
|
||||||
(= 204 status)
|
(= 204 status)
|
||||||
(rx/empty)
|
;; We need to send "something" so the streams listening downstream can act
|
||||||
|
(rx/of :empty)
|
||||||
|
|
||||||
(= 502 status)
|
(= 502 status)
|
||||||
(rx/throw {:type :bad-gateway})
|
(rx/throw {:type :bad-gateway})
|
||||||
|
|
Loading…
Add table
Reference in a new issue