From 9bf2c566e9222cd0e208c1ed52c19fba1eafb233 Mon Sep 17 00:00:00 2001 From: mr Date: Mon, 16 Mar 2026 12:48:21 +0100 Subject: [PATCH] test --- models/workflow_execution/workflow_execution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/workflow_execution/workflow_execution.go b/models/workflow_execution/workflow_execution.go index a1607e1..4043964 100755 --- a/models/workflow_execution/workflow_execution.go +++ b/models/workflow_execution/workflow_execution.go @@ -217,7 +217,7 @@ func (d *WorkflowExecution) bookEach(executionsID string, wfID string, dt tools. d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{} } start := d.ExecDate - if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) { + if s := priced.GetLocationStart(); s != nil { start = *s } fmt.Println("qdqsd", start, d.ExecDate)