docs: fix file name for scheduled jobs (#5972)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user