docs: fix file name for scheduled jobs (#5972)

This commit is contained in:
Shahed Nasser
2023-12-28 12:07:05 +02:00
committed by GitHub
parent 76332ca6c1
commit 5ef41bd86d

View File

@@ -35,7 +35,7 @@ The scheduled job file exports a default handler function, and the scheduled job
For example:
```ts title="src/loaders/publish.ts"
```ts title="src/jobs/publish.ts"
import {
type ProductService,
type ScheduledJobConfig,