acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
3 stars 0 forks source link

Sync old season before beginning new season #55

Closed EthanThatOneKid closed 10 months ago

EthanThatOneKid commented 10 months ago

Background

53 describes a bug in which the final day is not being properly recorded before beginning the new season.

Intends to resolve #53.

Relevant code

https://github.com/acmcsufoss/lc-dailies/blob/590559ce5c812ea94f6f38d3bca253760ed1e328/lib/leaderboard/denokv/denokv_leaderboard_client.ts#L160-L175