Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Nov 20, 2023
1 parent f700935 commit a52dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyengine_api/endpoints/household.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def get_household_under_policy(
)


def get_calculate(country_id: str, add_missing: bool = True) -> dict:
def get_calculate(country_id: str, add_missing: bool = False) -> dict:
"""Lightweight endpoint for passing in household and policy JSON objects and calculating without storing data.
Args:
Expand Down

0 comments on commit a52dc6a

Please sign in to comment.