This commit is contained in:
mr
2026-03-16 13:16:50 +01:00
parent 9bf2c566e9
commit a4d81cbb67

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 {
if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) {
start = *s
}
fmt.Println("qdqsd", start, d.ExecDate)