Closed shubham599 closed 2 years ago
Contributes to #144
Fix the function Hash.find_item_name to return None when object does not exist
Earlier, Hash.find_item_name used to throw an error if object did not exist. This caused the cron jobs to fail.
Ran the cron jobs locally - working fine now
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: