Skip to content

Commit

Permalink
fix member merge with affiliations (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
skwowet authored Sep 20, 2024
1 parent 3193a83 commit 92198d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/memberService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ export default class MemberService extends LoggerBase {
tags: tags.map((t) => ({ id: t.tagId })),
notes: notes.map((n) => ({ id: n.noteId })),
tasks: tasks.map((t) => ({ id: t.taskId })),
affiliations: affiliations.map((a) => ({ id: a.id })),
affiliations,
}
}

Expand Down

0 comments on commit 92198d9

Please sign in to comment.