Skip to content

Commit

Permalink
bringing back original code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mdemenko1 committed May 7, 2024
1 parent 3e3f2cd commit a254bf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions programs/programs/connect_for_health/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ def eligible(self) -> Eligibility:
return e

def value(self, eligible_members: int):
# limits = cache.fetch()
return 0
# return limits[self.screen.county] * 12
limits = cache.fetch()
return limits[self.screen.county] * 12


class CFHCache(Cache):
Expand Down

0 comments on commit a254bf5

Please sign in to comment.