docs: general updates and fixes (#13374)
* docs: general updates and fixes * fix lint errors
This commit is contained in:
@@ -28,8 +28,8 @@ export default async function greetingJob(container: MedusaContainer) {
|
||||
export const config = {
|
||||
name: "greeting-every-minute",
|
||||
schedule: {
|
||||
interval: 60000 // 1 minute
|
||||
}
|
||||
interval: 60000, // 1 minute
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user