mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: refactor teams router (#1500)
This commit is contained in:
@ -31,7 +31,7 @@ export const createTeamEmailVerification = async ({
|
||||
userId,
|
||||
teamId,
|
||||
data,
|
||||
}: CreateTeamEmailVerificationOptions) => {
|
||||
}: CreateTeamEmailVerificationOptions): Promise<void> => {
|
||||
try {
|
||||
await prisma.$transaction(
|
||||
async (tx) => {
|
||||
|
||||
Reference in New Issue
Block a user