Skip to content

Commit

Permalink
Add IDs to ballot measures contests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-oset committed Aug 27, 2022
1 parent d48ddf7 commit 4d1bfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electos/ballotmaker/scripts/ballot-lab-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def extract_ballot_measure_contest(contest: BallotMeasureContest, index):
district = contest_election_district(contest, index)
full_text = text_content(contest.full_text)
result = {
"id": contest.model__id,
"title": contest.name,
"type": "ballot measure",
"district": district,
Expand Down

0 comments on commit 4d1bfb4

Please sign in to comment.