mirror of
https://github.com/penpot/penpot.git
synced 2026-02-23 04:33:22 +00:00
🐛 Fixes change language
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user