Skip to content

Commit

Permalink
fix: remove 'toggle_status: unsupported' from COURSES_INVITE_ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
viadanna committed Oct 3, 2024
1 parent 9e55223 commit 47dd809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/djangoapps/courseware/toggles.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
# .. toggle_creation_date: 2019-05-16
# .. toggle_expiration_date: None
# .. toggle_tickets: https://github.com/mitodl/edx-platform/issues/123
# .. toggle_status: unsupported
COURSES_INVITE_ONLY = SettingToggle('COURSES_INVITE_ONLY', default=False)


Expand Down

0 comments on commit 47dd809

Please sign in to comment.