From 9ccb0ed8cb067743e6e907cd5bf57bd2a811ced6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20=C3=98sterkilde?= Date: Fri, 11 Oct 2024 16:04:43 +0200 Subject: [PATCH] chore: Update upgrading-from-framework.mdx https://discord.com/channels/802917734999523368/802993458289180693/1148519259727736892 --- app/pages/docs/upgrading-from-framework.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/docs/upgrading-from-framework.mdx b/app/pages/docs/upgrading-from-framework.mdx index d92a20b2..f4dd84e8 100644 --- a/app/pages/docs/upgrading-from-framework.mdx +++ b/app/pages/docs/upgrading-from-framework.mdx @@ -275,7 +275,7 @@ In your `types.ts` file, you'll need to change the module that is being augmented: ```diff -- declare module "@blitzjs/auth" { +- declare module "blitz" { + declare module "@blitzjs/auth" { export interface Session { // ...