fix: log session as well
This commit is contained in:
@@ -169,6 +169,7 @@ const startServer = async () => {
|
|||||||
path: ctx.path,
|
path: ctx.path,
|
||||||
input: ctx.input,
|
input: ctx.input,
|
||||||
type: ctx.type,
|
type: ctx.type,
|
||||||
|
session: ctx.ctx?.session,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
} satisfies FastifyTRPCPluginOptions<AppRouter>['trpcOptions'],
|
} satisfies FastifyTRPCPluginOptions<AppRouter>['trpcOptions'],
|
||||||
|
|||||||
Reference in New Issue
Block a user