Skip to content

Commit 1324110

Browse files
fix
1 parent 5fa712a commit 1324110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/util/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func ConvertCommonParams(resourceId string, parameters *commonpb.ResourceCommonA
2828

2929
func ConvertCommonChildParams(resourceId string, parameters *commonpb.ChildResourceCommonArgs) *commonpb.CommonChildResourceParameters {
3030
return &commonpb.CommonChildResourceParameters{
31+
ResourceId: resourceId,
3132
NeedsUpdate: false,
3233
}
3334
}

0 commit comments

Comments
 (0)