After check

This commit is contained in:
mr
2026-03-16 11:41:05 +01:00
parent 55a039bd66
commit deb819c5af

View File

@@ -156,7 +156,7 @@ func (d *WorkflowExecution) buyEach(bs pricing.BillingStrategy, executionsID str
d.PeerBuyByGraph[priced.GetCreatorID()][itemID] = []string{} d.PeerBuyByGraph[priced.GetCreatorID()][itemID] = []string{}
} }
start := d.ExecDate start := d.ExecDate
if s := priced.GetLocationStart(); s != nil { if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) {
start = *s start = *s
} }
var m map[string]interface{} var m map[string]interface{}