Skip to content

Commit

Permalink
fix a line
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 25, 2024
1 parent 88f0d66 commit ffc4a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/mentorship/permissions/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def mentorship_service_by_url_param(context: ServiceContext, args: tuple, kwargs
)
)
):
c = feature.context(context=context, args=args, kwargs=kwargs, user=mentee)
c = feature.context(context=context, kwargs=kwargs, user=mentee)
if feature.is_enabled("payments.bypass_consumption", c, False) is False:
raise ValidationException(
translation(
Expand Down

0 comments on commit ffc4a58

Please sign in to comment.