clean code

pull/106/head
Menci 2025-01-12 04:52:20 +08:00
parent 6d52861cfa
commit e973b28088
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class GetGameRankingHandler(
val LOOK_BACK_DAYS: Long = 7 val LOOK_BACK_DAYS: Long = 7
val QUREY_LIMIT: Long = 50 val QUREY_LIMIT: Long = 50
// Get the play count of each music in the last N days // Get the play count of each music in the last N days
val queryAfter = LocalDateTime.now().minusDays(LOOK_BACK_DAYS) val queryAfter = LocalDateTime.now().minusDays(LOOK_BACK_DAYS)
val formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss") val formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")