Skip to content

Commit 53aec08

Browse files
committed
fix: all softore leagues in config reference
1 parent ab624d7 commit 53aec08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/backend_data_retrieval/data_retrieval_app/tests/scripts/create_public_stashes_test_data

src/backend_data_retrieval/data_retrieval_app/tests/scripts/create_public_stashes_test_data/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def dispersed_timing_enabled(self) -> bool:
3131
@computed_field # type: ignore[prop-decorator]
3232
@property
3333
def SOFTCORE_LEAGUES(self) -> list[str]:
34-
return self.SOFTCORE_LEAGUES.split("|")
34+
return self.ALL_SOFTCORE_LEAGUES.split("|")
3535

3636
@computed_field # type: ignore[prop-decorator]
3737
@property

0 commit comments

Comments
 (0)