docs: update scheduled jobs docs (#7905)
- Update scheduled jobs docs to support updated definition + remove coming soon notice - Update scheduled jobs everywhere else they're used.
This commit is contained in:
@@ -163,7 +163,7 @@ In this document, you’ll find common examples of how you can use the Pricing M
|
||||
} from "@medusajs/pricing"
|
||||
|
||||
export async function GET(
|
||||
request: Request,
|
||||
request: Request
|
||||
) {
|
||||
const pricingModuleService = await initializePricingModule()
|
||||
|
||||
@@ -381,7 +381,7 @@ In this document, you’ll find common examples of how you can use the Pricing M
|
||||
} from "@medusajs/pricing"
|
||||
|
||||
export async function GET(
|
||||
request: Request,
|
||||
request: Request
|
||||
) {
|
||||
const pricingModuleService = await initializePricingModule()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user