generate references (#7882)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export const createProductStep = createStep(
|
||||
)
|
||||
|
||||
try {
|
||||
const product = await productService.create(input)
|
||||
const product = await productService.createProducts(input)
|
||||
return new StepResponse({
|
||||
product
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user