Skip to content

Commit 2c7fc5c

Browse files
Update config.py
Co-authored-by: Matt Norton <matt@carrotmanmatt.com>
1 parent c69ea0c commit 2c7fc5c

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
@@ -679,7 +679,7 @@ def _setup_strike_performed_manually_warning_location(cls) -> None:
679679
)
680680

681681
@classmethod
682-
def _setup_add_committee_to_threads(cls) -> None:
682+
def _setup_auto_add_committee_to_threads(cls) -> None:
683683
raw_auto_add_committee_to_threads: str = str(
684684
os.getenv("AUTO_ADD_COMMITTEE_TO_THREADS", "True")
685685
).lower()

0 commit comments

Comments
 (0)