Skip to content

Commit

Permalink
Update setting name
Browse files Browse the repository at this point in the history
Co-authored-by: Brayan Cerón <[email protected]>
  • Loading branch information
luisfelipec95 and bra-i-am authored Mar 5, 2024
1 parent d9203d6 commit 33a8e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/discussions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def use_discussions_mfe(org) -> bool:
).is_enabled()

use_discussions = configuration_helpers.get_value_for_org(
org, "USE_DISCUSSIONS_MFE_FRONTEND", ENABLE_MFE_FOR_TESTING or False
org, "USE_DISCUSSIONS_MFE", ENABLE_MFE_FOR_TESTING or False
)

return bool(use_discussions)

0 comments on commit 33a8e35

Please sign in to comment.