Skip to content

Commit

Permalink
Update app/api/v1/api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth authored Apr 11, 2024
1 parent 011e9cc commit 2d17188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ async def api_get_map_scores(
"SELECT s.map_md5, s.score, s.pp, s.acc, s.max_combo, s.mods, "
"s.n300, s.n100, s.n50, s.nmiss, s.ngeki, s.nkatu, s.grade, s.status, "
"s.mode, s.play_time, s.time_elapsed, s.userid, s.perfect, "
"u.name player_name, u.country, "
"u.name player_name, u.country player_country, "
"c.id clan_id, c.name clan_name, c.tag clan_tag "
"FROM scores s "
"INNER JOIN users u ON u.id = s.userid "
Expand Down

0 comments on commit 2d17188

Please sign in to comment.