forked from Cookies_Github_mirror/AquaDX
[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