Skip to content

Commit

Permalink
allow for demo elections that skip activation altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Jun 27, 2019
1 parent 62bd22c commit f244af3
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export interface County {
export interface Election {
readonly ballotStyles: BallotStyle[]
readonly county: County
readonly demo: boolean
readonly parties: Parties
readonly precincts: Precinct[]
readonly districts: District[]
Expand Down
Loading

0 comments on commit f244af3

Please sign in to comment.