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"
+1 -1
View File
@@ -95,7 +95,7 @@ export const generatedEditDates = {
"app/learn/customization/extend-features/query-linked-records/page.mdx": "2024-12-09T11:02:39.519Z",
"app/learn/customization/integrate-systems/handle-event/page.mdx": "2024-12-24T15:09:24.653Z",
"app/learn/customization/integrate-systems/page.mdx": "2024-12-09T10:40:08.528Z",
"app/learn/customization/integrate-systems/schedule-task/page.mdx": "2024-12-24T15:11:40.620Z",
"app/learn/customization/integrate-systems/schedule-task/page.mdx": "2025-01-28T16:42:42.071Z",
"app/learn/customization/integrate-systems/service/page.mdx": "2024-12-09T11:02:39.594Z",
"app/learn/customization/next-steps/page.mdx": "2024-12-06T14:34:53.356Z",
"app/learn/fundamentals/modules/architectural-modules/page.mdx": "2024-10-21T13:30:21.367Z",