mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
fix(frontend): apps rendering should not depend on local time
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
let lastStartedAt: number = Date.now()
|
||||
let lastStartedAt: number = -1
|
||||
|
||||
function recordError(error: string) {
|
||||
if (testJob) {
|
||||
|
||||
Reference in New Issue
Block a user