We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d22c5 commit dffefe4Copy full SHA for dffefe4
1 file changed
services/libs/data-access-layer/src/members/organizations.ts
@@ -1028,7 +1028,7 @@ export async function mergeRoles(
1028
1029
queueRoleRemoval(memberOrganization)
1030
} else {
1031
- throw new Error(`Member ${memberOrganization.memberId} has more than one current roles.`)
+ throw new Error(`Member ${memberOrganization.memberId} has more than one current role.`)
1032
}
1033
} else if (memberOrganization.dateStart === null && memberOrganization.dateEnd !== null) {
1034
throw new Error(`Member organization with dateEnd and without dateStart!`)
0 commit comments