Problem: `set_contest_summaries` stores `supports_countdown` as a boolean directly under the platform key. `get_contest_summaries` only filtered keys starting with `_`, so it iterated the boolean and crashed indexing it as a table. Solution: add `type(contest_data) == 'table'` guard to the loop. |
||
|---|---|---|
| .. | ||
| cp | ||