diff --git a/posthog/settings/web.py b/posthog/settings/web.py index 0aa9c1711c135..03b136fe77532 100644 --- a/posthog/settings/web.py +++ b/posthog/settings/web.py @@ -28,7 +28,7 @@ # This is a list of team-ids that are prevented from using the /decide endpoint # until they fix an issue with their feature flags causing instability in posthog. -DECIDE_SHORT_CIRCUITED_TEAM_IDS = [15611] +DECIDE_SHORT_CIRCUITED_TEAM_IDS = [0] # Decide db settings DECIDE_SKIP_POSTGRES_FLAGS = get_from_env("DECIDE_SKIP_POSTGRES_FLAGS", False, type_cast=str_to_bool)