docs: fix incorrect path in schedule syncing brands chapter (#11198)

This commit is contained in:
Shahed Nasser
2025-01-29 10:01:36 +02:00
committed by GitHub
parent f3ae297ee4
commit 1e6f47d662
2 changed files with 2 additions and 2 deletions
@@ -292,7 +292,7 @@ A scheduled job is created in a TypeScript or JavaScript file under the `src/job
![Directory structure of the Medusa application after adding the scheduled job](https://res.cloudinary.com/dza7lstvk/image/upload/v1733494592/Medusa%20Book/cms-dir-overview-7_dkjb9s.jpg)
```ts title="src/jobs/sync-brands-from-system.ts"
```ts title="src/jobs/sync-brands-from-cms.ts"
import { MedusaContainer } from "@medusajs/framework/types"
import { syncBrandsFromCmsWorkflow } from "../workflows/sync-brands-from-cms"