fix: log session as well

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-18 11:37:15 +02:00
parent 95de29dfed
commit 84a3552daf

View File

@@ -169,6 +169,7 @@ const startServer = async () => {
path: ctx.path,
input: ctx.input,
type: ctx.type,
session: ctx.ctx?.session,
});
},
} satisfies FastifyTRPCPluginOptions<AppRouter>['trpcOptions'],