This commit is contained in:
mr
2026-03-16 12:48:21 +01:00
parent 6d8efd137a
commit 9bf2c566e9

View File

@@ -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)