mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 16:47:37 +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")
|
@API("song-pop")
|
||||||
fun songPopRanking() = us.pop.ranking[name]
|
fun songPopRanking() = us.pop.ranking[tableName]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user