feat(medusa): Remove create product unnecessary input config workflow (#5196)

* feat(medusa): Remove create product unnecessary input config workflow

* Create sharp-pets-type.md
This commit is contained in:
Adrien de Peretti
2023-09-25 16:21:21 +02:00
committed by GitHub
parent 0c9d5ea6d4
commit f285a67123
2 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Remove create product unnecessary input config workflow

View File

@@ -156,12 +156,6 @@ export default async (req, res) => {
products: [
validated,
] as WorkflowTypes.ProductWorkflow.CreateProductInputDTO[],
config: {
listConfig: {
select: defaultAdminProductFields,
relations: defaultAdminProductRelations,
},
},
}
const { result } = await createProductWorkflow.run({