We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a22b5 commit 90e7534Copy full SHA for 90e7534
1 file changed
services/libs/data-access-layer/src/members/organizations.ts
@@ -615,6 +615,9 @@ export async function mergeRoles(
615
override: IMemberOrganizationAffiliationOverride
616
}[] = []
617
618
+ log.info(`primaryRoles: ${JSON.stringify(primaryRoles)}`)
619
+ log.info(`secondaryRoles: ${JSON.stringify(secondaryRoles)}`)
620
+
621
// if dateEnd and dateStart isn't available, we don't need to move but delete it from org2
622
for (const memberOrganization of secondaryRoles) {
623
if (memberOrganization.dateStart === null && memberOrganization.dateEnd === null) {
0 commit comments