mirror of
https://github.com/penpot/penpot.git
synced 2025-02-24 15:56:11 -05: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}]
|
||||
(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…
Add table
Reference in a new issue