mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
allow 0ms duration for flows (#5608)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
}
|
||||
|
||||
if (!isStillRunning) {
|
||||
if (v.started_at && v.duration_ms) {
|
||||
if (v.started_at && v.duration_ms != undefined) {
|
||||
let lmax = v.started_at + v.duration_ms
|
||||
if (!nmax) {
|
||||
nmax = lmax
|
||||
|
||||
Reference in New Issue
Block a user