Call-for-Code-for-Racial-Justice / Legit-Info

"Legit Info" app helps residents understand the impact of legislation and policies based on their country, state, county, city, district location
Apache License 2.0
67 stars 74 forks source link

Fix Hash.find_item_name #157

Closed shubham599 closed 2 years ago

shubham599 commented 2 years ago

Contributes to #144

What did you do?

Fix the function Hash.find_item_name to return None when object does not exist

Why did you do it?

Earlier, Hash.find_item_name used to throw an error if object did not exist. This caused the cron jobs to fail.

How have you tested it?

Ran the cron jobs locally - working fine now

Were docs updated if needed?

Type of change

Checklist: