chore: refactor

This commit is contained in:
Catalin Pit
2024-01-26 13:27:36 +02:00
parent e2fa01509d
commit b2cca9afb6
6 changed files with 13 additions and 10 deletions

View File

@ -37,7 +37,6 @@ export const sendConfirmationToken = async ({ email }: { email: string }) => {
throw new Error(`Failed to create the verification token`);
}
// TODO: Revisit tomorrow
try {
await sendConfirmationEmail({ userId: user.id });