Skip to content

Commit

Permalink
Update feature flag fetch (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinpreston authored May 20, 2024
1 parent 22101b6 commit 38dd3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def get_context(self, request, *args, **kwargs): # noqa: ARG002
False, # noqa: FBT003
user,
)
show_auto_daily_featured_items = features.is_enabled(
show_auto_daily_featured_items = is_enabled(
features.ENABLE_AUTO_DAILY_FEATURED_ITEMS,
False, # noqa: FBT003
user,
Expand Down

0 comments on commit 38dd3af

Please sign in to comment.