fix: Incorrect role information in collection added email

This commit is contained in:
Tom Moor
2024-04-02 19:05:42 -04:00
parent 365f4c4b1f
commit 4311aac4ff
4 changed files with 15 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ router.get(
if (user.isInvited) {
await new WelcomeEmail({
to: user.email,
role: user.role,
teamUrl: user.team.url,
}).schedule();