generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions

View File

@@ -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
}, {