We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa712a commit 1324110Copy full SHA for 1324110
api/util/util.go
@@ -28,6 +28,7 @@ func ConvertCommonParams(resourceId string, parameters *commonpb.ResourceCommonA
28
29
func ConvertCommonChildParams(resourceId string, parameters *commonpb.ChildResourceCommonArgs) *commonpb.CommonChildResourceParameters {
30
return &commonpb.CommonChildResourceParameters{
31
+ ResourceId: resourceId,
32
NeedsUpdate: false,
33
}
34
0 commit comments