Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Aug 11, 2024
1 parent bbb7bb5 commit 9fcd12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/finances.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def eventBills(eventid: str, info: Info) -> Bills_Status:
raise ValueError("Event not found")

if "bills_status" not in event:
return Bills_Status()
raise ValueError("Bills status not found")

return Bills_Status(**event["bills_status"])

Expand Down

0 comments on commit 9fcd12b

Please sign in to comment.