light modification
This commit is contained in:
		@@ -196,7 +196,7 @@ func plan[T resources.ResourceInterface](dt tools.DataType, wf *Workflow, priced
 | 
			
		||||
				priced.SetLocationEnd(*e)
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		if e := end(started, priced.GetExplicitDurationInS()); end != nil {
 | 
			
		||||
		if e := end(started, priced.GetExplicitDurationInS()); e != nil {
 | 
			
		||||
			priced.SetLocationEnd(*e)
 | 
			
		||||
		}
 | 
			
		||||
		resources = append(resources, realItem.(T))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user