diff --git a/packages/core/core-flows/src/product/workflows/update-collections.ts b/packages/core/core-flows/src/product/workflows/update-collections.ts index 9a6dae2f80..900d4273a5 100644 --- a/packages/core/core-flows/src/product/workflows/update-collections.ts +++ b/packages/core/core-flows/src/product/workflows/update-collections.ts @@ -22,7 +22,7 @@ export const updateCollectionsWorkflow = createWorkflow( const updatedCollections = updateCollectionsStep(input) const collectionsUpdated = createHook("collectionsUpdated", { additional_data: input.additional_data, - collections: updateCollectionsStep, + collections: updatedCollections, }) return new WorkflowResponse(updatedCollections, {