diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 83680b72..cbf28ee3 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -169,6 +169,7 @@ const startServer = async () => { path: ctx.path, input: ctx.input, type: ctx.type, + session: ctx.ctx?.session, }); }, } satisfies FastifyTRPCPluginOptions['trpcOptions'],