Skip to content

Commit

Permalink
value
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Mar 25, 2022
1 parent a9a8607 commit 60cdb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/platforms/vtex/resolvers/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const Query = {

return (
profile && {
id: profile.id,
id: profile.id?.value ?? '',
email: profile.email?.value ?? '',
givenName: profile.firstName?.value ?? '',
familyName: profile.lastName?.value ?? '',
Expand Down

0 comments on commit 60cdb1f

Please sign in to comment.