mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 22:41:38 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
5b0cd974ac
17 changed files with 135 additions and 43 deletions
|
@ -19,7 +19,7 @@
|
|||
(cond
|
||||
(= 204 status)
|
||||
;; We need to send "something" so the streams listening downstream can act
|
||||
(rx/of :empty)
|
||||
(rx/of nil)
|
||||
|
||||
(= 502 status)
|
||||
(rx/throw {:type :bad-gateway})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue