Skip to content

Commit

Permalink
fix(core): fix social identities profile key
Browse files Browse the repository at this point in the history
fix social identities profile key
  • Loading branch information
simeng-li committed Jul 15, 2024
1 parent e40fdf7 commit 1bf9847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default class ExperienceInteraction {
{
id: await generateUserId(),
...rest,
...conditional(socialIdentity && toUserSocialIdentityData(socialIdentity)),
...conditional(socialIdentity && { identities: toUserSocialIdentityData(socialIdentity) }),
},
[]
);
Expand Down

0 comments on commit 1bf9847

Please sign in to comment.