docs: fixes to recipes and examples following latest update (#13933)
This commit is contained in:
@@ -1431,7 +1431,7 @@ export const createProductsContentfulWorkflow = createWorkflow(
|
||||
})
|
||||
|
||||
const contentfulProducts = createProductsContentfulStep({
|
||||
products: data as ProductDTO[],
|
||||
products: data as unknown as ProductDTO[],
|
||||
})
|
||||
|
||||
return new WorkflowResponse(contentfulProducts)
|
||||
|
||||
Reference in New Issue
Block a user