could not load
This commit is contained in:
@@ -821,6 +821,7 @@ func plan[T resources.ResourceInterface](
|
||||
}
|
||||
dt, realItem := item.GetResource()
|
||||
if realItem == nil {
|
||||
fmt.Println("could not load the processing resource", item.ID, item)
|
||||
return resources, priceds, errors.New("could not load the processing resource")
|
||||
}
|
||||
priced, err := realItem.ConvertToPricedResource(dt, instances.Get(realItem.GetID()),
|
||||
|
||||
Reference in New Issue
Block a user