Skip to content

Commit

Permalink
Save sourceIds of GitHub identities in Github integration (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Mar 25, 2024
1 parent 68eb00a commit 69b2109
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const parseMember = (memberData: GithubPrepareMemberOutput): IMemberData => {
{
platform: PlatformType.GITHUB,
username: memberFromApi.login,
sourceId: memberFromApi.id.toString(),
},
],
...(memberFromApi?.twitterUsername && {
Expand Down

0 comments on commit 69b2109

Please sign in to comment.