Skip to content

Commit

Permalink
✨ Download election turnout (#344)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#209
  • Loading branch information
Findeton committed Apr 26, 2024
1 parent c612acd commit fed13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ def get(self, request, pk):
ids.extend(ae.children_election_info['natural_order'])

for id in ids:
id_ae = get_object_or_404(AuthEvent, pk=pk)
id_ae = get_object_or_404(AuthEvent, pk=id)
data[id] = {
'users': id_ae.len_census(),
'total_votes': id_ae.get_num_votes(),
Expand Down

0 comments on commit fed13e2

Please sign in to comment.