docs: Set cache to no-cache in digital product examples (#13778)

Fixes medusajs/medusa#13687
This commit is contained in:
Mayuresh-1306
2025-10-20 11:38:30 +05:30
committed by GitHub
parent 2d45ba7be1
commit 1b6e53f032

View File

@@ -2922,7 +2922,7 @@ export const getCustomerDigitalProducts = async () => {
headers,
next,
cache: "force-cache",
cache: "no-cache",
})
return digital_products as DigitalProduct[]
@@ -3100,7 +3100,7 @@ export const getDigitalMediaDownloadLink = async (mediaId: string) => {
method: "POST",
headers,
next,
cache: "force-cache",
cache: "no-cache",
})
return url