mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
[F] Fix tablename
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user