Skip to content

Commit

Permalink
Changes current election year from 2022 to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgz committed Oct 16, 2023
1 parent 96f8369 commit 0fd5369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/update-command/src/assets/elections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ interface ElectionYear {
export const ElectionYears: ElectionYear[] = [
{
year: 2024,
current: false,
current: true,
},
{
year: 2022,
current: true,
current: false,
},
{
year: 2020,
Expand Down

0 comments on commit 0fd5369

Please sign in to comment.