docs: fixes to recipes and examples following latest update (#13933)
This commit is contained in:
@@ -309,7 +309,7 @@ export const getCustomPriceWorkflow = createWorkflow(
|
||||
const price = getCustomPriceStep({
|
||||
variant: variants[0],
|
||||
metadata: input.metadata,
|
||||
} as GetCustomPriceStepInput)
|
||||
} as unknown as GetCustomPriceStepInput)
|
||||
|
||||
return new WorkflowResponse(price)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user