Merge branch 'main' into feat/expiry-links

This commit is contained in:
Ephraim Duncan
2025-08-18 14:50:38 +00:00
committed by GitHub
14 changed files with 1575 additions and 1066 deletions

View File

@ -141,6 +141,7 @@ export const authenticatedMiddleware = t.middleware(async ({ ctx, next, path })
return await next({
ctx: {
...ctx,
teamId: ctx.teamId || -1,
logger: trpcSessionLogger,
user: ctx.user,
session: ctx.session,