Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Apr 26, 2024
1 parent c612acd commit b65ea4c
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 b65ea4c

Please sign in to comment.