Skip to content

Commit

Permalink
fix quantity votes csv
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Oct 8, 2024
1 parent 0d16751 commit 8251737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api-v2/stats/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ app.get('/stats/listadoDeVotosPorVotante/csv',
userVote ? 'Si' : 'No',
escapeTxt(facultad),
votes.user.dni !== votes.dni ? 'Presencial' : 'Online',
votes.length,
votes.voto2 ? 2 : 1,
votes.voto1 ? escapeTxt(votes.voto1.mediaTitle) : '-',
votes.voto2 ? escapeTxt(votes.voto2.mediaTitle) : '-',
]
Expand Down

0 comments on commit 8251737

Please sign in to comment.