graphItem

This commit is contained in:
mr
2026-03-17 14:37:06 +01:00
parent 2a2dd96870
commit 562dfb18c1

View File

@@ -316,7 +316,7 @@ func (d *Workflow) getNewGraphItem(dataName string, resource resources.ResourceI
default: default:
return nil return nil
} }
return nil return graphItem
} }
func (d *Workflow) getNewInstance(dataName string, name string, peerID string) resources.ResourceInstanceITF { func (d *Workflow) getNewInstance(dataName string, name string, peerID string) resources.ResourceInstanceITF {