feat: add roles to templates recipients

This commit is contained in:
Ephraim Atta-Duncan
2024-02-15 07:01:41 +00:00
parent f72b669f67
commit 769eaa0ed9
9 changed files with 135 additions and 66 deletions

View File

@@ -53,6 +53,7 @@ export const recipientRouter = router({
id: signer.nativeId,
email: signer.email,
name: signer.name,
role: signer.role,
})),
});
} catch (err) {