Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/breatheco-de/apiv2
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Dec 10, 2024
2 parents 674304d + d8f6a69 commit 968c7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion breathecode/authenticate/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from capyc.core.managers import feature

flags = feature._flags
flags = feature.flags


@feature.availability("authenticate.set_google_credentials")
Expand Down
2 changes: 1 addition & 1 deletion breathecode/payments/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from breathecode.registry.models import Asset
from breathecode.utils.decorators.consume import ServiceContext

flags = feature._flags
flags = feature.flags


@feature.availability("payments.bypass_consumption")
Expand Down

0 comments on commit 968c7fb

Please sign in to comment.