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:
|
For example:
|
||||||
|
|
||||||
```ts title="src/loaders/publish.ts"
|
```ts title="src/jobs/publish.ts"
|
||||||
import {
|
import {
|
||||||
type ProductService,
|
type ProductService,
|
||||||
type ScheduledJobConfig,
|
type ScheduledJobConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user