Merge pull request #10546 from medusajs/docs/fix-module-isolation-typo

This commit is contained in:
Shahed Nasser
2024-12-11 12:35:46 +02:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ export const syncBrandsWorkflow = createWorkflow(
() => {
const brands = retrieveBrandsStep()
updateBrandsInCmsStep({ brands })
createBrandsInCmsStep({ brands })
}
)
```