mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 08:54:20 +10:00
add dummy teamid (#1968)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user