Skip to content

Commit 754ebb0

Browse files
fix childtaskPlan params assignment
1 parent 061f0af commit 754ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/services/plans.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function createChildTaskPlans (hook) {
5757
parentTaskPlanId: hook.result.id,
5858
assigneeId: hook.data.assigneeId,
5959
taskRecipeId: childTaskRecipe.id,
60-
params: hook.data.params
60+
params: hook.result.params
6161
})
6262
})
6363
)

0 commit comments

Comments
 (0)