Skip to content

Commit

Permalink
Merge pull request #5027 from NewAgeAirbender/ak_bills
Browse files Browse the repository at this point in the history
AK: fix sponsorship type
  • Loading branch information
NewAgeAirbender authored Sep 11, 2024
2 parents 6830b5c + 597b5d9 commit 9acb7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ak/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def scrape_bill(
if spons_str:
bill.add_sponsorship(
spons_str,
entity_type="person",
entity_type="organization",
classification="primary",
primary=True,
)
Expand Down

0 comments on commit 9acb7e8

Please sign in to comment.