Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Aug 3, 2023
1 parent c2f27cc commit e24edc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/linear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function getServerSideProps(context) {
watermelon_user: context.query.state,
displayName: userJson.viewer.displayName,
name: userJson.viewer.name,
email: userJson.email,
email: context.query.state,
team_id: userJson.teams.nodes[0].id,
team_name: userJson.teams.nodes[0].name,
});
Expand Down

0 comments on commit e24edc5

Please sign in to comment.