mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-09 04:29:03 -05:00
[F] Fix tablename
This commit is contained in:
parent
c87889ba41
commit
110a2144fa
|
|
@ -228,5 +228,5 @@ abstract class GameApiController<T : IUserData>(val name: String, userDataClass:
|
|||
}
|
||||
|
||||
@API("song-pop")
|
||||
fun songPopRanking() = us.pop.ranking[name]
|
||||
fun songPopRanking() = us.pop.ranking[tableName]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user