mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fixes change language
This commit is contained in:
parent
81480f203d
commit
c84faeaa72
@ -18,7 +18,8 @@
|
||||
[{:keys [status body] :as response}]
|
||||
(cond
|
||||
(= 204 status)
|
||||
(rx/empty)
|
||||
;; We need to send "something" so the streams listening downstream can act
|
||||
(rx/of :empty)
|
||||
|
||||
(= 502 status)
|
||||
(rx/throw {:type :bad-gateway})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user