chore: feedback from pull request

This commit is contained in:
Mythie
2024-06-19 13:28:14 +10:00
parent 4077d02ccd
commit 664b9284bd
8 changed files with 122 additions and 122 deletions

View File

@ -53,7 +53,7 @@ export const authRouter = router({
const user = await createUser({ name, email, password, signature, url });
await jobsClient.triggerJob({
name: 'send.confirmation.email',
name: 'send.signup.confirmation.email',
payload: {
email: user.email,
},