chore: update email wording when adding a team email

This commit is contained in:
Ephraim Atta-Duncan
2024-07-12 18:34:20 +00:00
committed by Mythie
parent f2c3371a99
commit 1f832657bc
2 changed files with 4 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export const seedDatabase = async () => {
{
teamId: team.id,
userId: createdUsers[1].id,
role: TeamMemberRole.MEMBER,
role: TeamMemberRole.ADMIN,
},
{
teamId: team.id,