Skip to content

Commit

Permalink
whitespace fix for email
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Mar 8, 2024
1 parent a9404cb commit 5e300cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controllers/account-contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const csvMapping = {
latestContributionDate: (m) =>
m.account.latestContributions.nodes[0] &&
moment.utc(m.account.latestContributions.nodes[0].createdAt).format('YYYY-MM-DD'),
email: ' account.email',
email: 'account.email',
website: 'account.website',
};

Expand Down

0 comments on commit 5e300cd

Please sign in to comment.