From deb819c5af953a1f69086a3cdc663e6078f8579b Mon Sep 17 00:00:00 2001 From: mr Date: Mon, 16 Mar 2026 11:41:05 +0100 Subject: [PATCH] After check --- 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 cb84d37..3f8253b 100755 --- a/models/workflow_execution/workflow_execution.go +++ b/models/workflow_execution/workflow_execution.go @@ -156,7 +156,7 @@ func (d *WorkflowExecution) buyEach(bs pricing.BillingStrategy, executionsID str d.PeerBuyByGraph[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 } var m map[string]interface{}