Skip to content

Commit

Permalink
Adds points to export
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Jul 3, 2024
1 parent 816fd73 commit 50877cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const controller = async (req: Request, res: Response) => {
const csvRow = CSVService.stringify([
[
row.accountId,
row.points,
row.twitterId,
row.discordId,
row.googleId,
Expand Down

0 comments on commit 50877cf

Please sign in to comment.