mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 09:38:43 +00:00
🐛 Setting in-progress to false when export fails
This commit is contained in:
parent
39fa939f58
commit
5299465864
@ -137,7 +137,7 @@
|
||||
(update :export assoc :progress done :last-update (dt/now) :healthy? healthy?)
|
||||
|
||||
(= status "error")
|
||||
(update :export assoc :error (:cause data) :last-update (dt/now) :healthy? healthy?)
|
||||
(update :export assoc :in-progress false :error (:cause data) :last-update (dt/now) :healthy? healthy?)
|
||||
|
||||
(= status "ended")
|
||||
(update :export assoc :in-progress false :last-update (dt/now) :healthy? healthy?))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user