| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-01-12 | Fix AoC name lookup for anon users | -1/+3 | ||
| When a user doesn't set a name, the AoC API doesn't return a name key at all, so we need to make use of the ID field instead, to build the name based on a similar tempalte that AoC uses for it's leaderboard. Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2022-01-09 | Fix aoc join in date logic | -3/+4 | ||
| 2022-01-08 | Remove trailing whitespace | -1/+1 | ||
| Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions. | ||||
| 2022-01-08 | Change single quote to double quote. | -1/+1 | ||
| This trivial change is actually to try and reproduce a bug we had with our GitHub actions. | ||||
| 2022-01-08 | handle OverflowError in relative times converter | -1/+1 | ||