Skip to content

Commit

Permalink
change cap type for health care
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Oct 25, 2024
1 parent 39413eb commit d474326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/categories/co/caps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class PreschoolCategoryCap(ProgramCategoryCapCalculator):


class HealthCareCategoryCap(ProgramCategoryCapCalculator):
average_caps = [CategoryCap(["cfhc", "awd_medicaid", "cwd_medicaid"], member_cap=True)]
max_caps = [CategoryCap(["cfhc", "awd_medicaid", "cwd_medicaid"], member_cap=True)]

0 comments on commit d474326

Please sign in to comment.