From 38dd3af79aad26f7c67e509cc1cf8cb7243bbba8 Mon Sep 17 00:00:00 2001 From: Collin Preston Date: Mon, 20 May 2024 15:08:42 -0400 Subject: [PATCH] Update feature flag fetch (#2213) --- cms/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/models.py b/cms/models.py index b2c2606d7f..b24e715e46 100644 --- a/cms/models.py +++ b/cms/models.py @@ -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,