mirror of
https://github.com/documenso/documenso.git
synced 2026-08-23 14:52:23 +10:00
chore(trpc): type-safety cleanups across routers
This commit is contained in:
@@ -29,8 +29,6 @@ export const accessAuthRequest2FAEmailRoute = procedure
|
||||
|
||||
assertRateLimit(rateLimitResult);
|
||||
|
||||
const user = ctx.user;
|
||||
|
||||
// Get document and recipient by token
|
||||
const envelope = await prisma.envelope.findFirst({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user