Skip to content

Commit

Permalink
DE: Fix end date on 2023-2024 session to improve legislator entity ma…
Browse files Browse the repository at this point in the history
…tches
  • Loading branch information
jessemortenson committed Aug 29, 2024
1 parent 0aa7e22 commit d36ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/de/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Delaware(State):
"identifier": "152",
"name": "152nd General Assembly (2023-2024)",
"start_date": "2022-01-10",
"end_date": "2022-06-30",
"end_date": "2024-06-30",
"active": True,
},
]
Expand Down

0 comments on commit d36ac1d

Please sign in to comment.