cp.nvim/lua
Barrett Ruth c6a4c6ebc1
fix(cache): skip non-table entries in get_contest_summaries
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.
2026-03-06 20:20:04 -05:00
..
cp fix(cache): skip non-table entries in get_contest_summaries 2026-03-06 20:20:04 -05:00