diff --git a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx index 38bd2f69d0..5f88ad4b9d 100644 --- a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx +++ b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx @@ -690,7 +690,7 @@ Finally, create the file `src/api/middlewares.ts` with the following content: import { defineMiddlewares } from "@medusajs/medusa" import { validateAndTransformBody, -} from "@medusajs/framework/utils" +} from "@medusajs/framework" import { createDigitalProductsSchema } from "./validation-schemas" export default defineMiddlewares({