Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Dec 6, 2023
1 parent 38441ca commit beb1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribution_plan/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def resolve_contribution_plan_bundle(self, info, **kwargs):
filters = append_validity_filter(**kwargs)

calculation = kwargs.get('calculation', None)
insurance_product = kwargs.get('insuranceProduct', None
insurance_product = kwargs.get('insuranceProduct', None)

show_history = kwargs.get('showHistory')
model = ContributionPlanBundle
Expand Down

0 comments on commit beb1736

Please sign in to comment.