mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 22:49:30 +08:00
clean code
This commit is contained in:
@@ -36,7 +36,6 @@ class GetGameRankingHandler(
|
||||
val LOOK_BACK_DAYS: Long = 7
|
||||
val QUREY_LIMIT: Long = 50
|
||||
|
||||
|
||||
// Get the play count of each music in the last N days
|
||||
val queryAfter = LocalDateTime.now().minusDays(LOOK_BACK_DAYS)
|
||||
val formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
Reference in New Issue
Block a user