Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msrezaie committed Dec 5, 2024
1 parent 4ef7c5e commit 5e3f3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/nc/sun_bucks/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def member_eligible(self, e: MemberEligibility):
member = e.member

# age eligibility
e.condition(SunBucks.min_age <= member.age <= SubBucks.max_age)
e.condition(SunBucks.min_age <= member.age <= SunBucks.max_age)

0 comments on commit 5e3f3d0

Please sign in to comment.