remove unneeded todos

This commit is contained in:
Jill 2023-01-05 22:52:11 +03:00
parent 62c479660d
commit c5d29b7979
2 changed files with 0 additions and 6 deletions

View file

@ -226,9 +226,6 @@ CrystalGauntlet.endpoints["/getGJLevels21.php"] = ->(context : HTTP::Server::Con
40 => has_ldm,
42 => epic,
43 => (demon_difficulty || DemonDifficulty::Hard).to_demon_difficulty,
# is in gauntlet
# todo
44 => false,
45 => objects,
46 => editor_time,
47 => editor_time_copies

View file

@ -56,9 +56,6 @@ CrystalGauntlet.endpoints["/getGJLevelScores211.php"] = ->(context : HTTP::Serve
when 0
# friends
# todo
when 1
# global
# todo
when 2
# weekly
where_query << "level_scores.set_at > \"#{(Time.utc - 7.days).to_s(Format::TIME_FORMAT)}\""