0
Fork 0
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:
alonso.torres 2021-01-28 15:45:23 +01:00
parent 81480f203d
commit c84faeaa72

View file

@ -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})