Skip to content

Commit 22aab60

Browse files
Fix method call
1 parent c2669ea commit 22aab60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def _setup_env_variables(cls) -> None:
731731
cls._setup_statistics_roles()
732732
cls._setup_moderation_document_url()
733733
cls._setup_strike_performed_manually_warning_location()
734-
cls._setup_add_committee_to_threads()
734+
cls._setup_auto_add_committee_to_threads()
735735

736736
cls._is_env_variables_setup = True
737737

0 commit comments

Comments
 (0)