[+] Verse: Return user challenge

pull/124/head
Azalea 2025-03-09 10:00:37 -04:00
parent cc5ffdf644
commit 9ac4b56ef7
1 changed files with 1 additions and 2 deletions

View File

@ -49,10 +49,9 @@ fun ChusanController.chusanInit() {
} }
"GetUserUC".paged("userUnlockChallengeList") { "GetUserUC".paged("userUnlockChallengeList") {
// TODO: Save and load user unlock challenge
// unlockChallengeId: int, status: int, clearCourseId: int, conditionType: int // unlockChallengeId: int, status: int, clearCourseId: int, conditionType: int
// score: int, life: int, clearDate: date // score: int, life: int, clearDate: date
empty db.userChallenge.findByUser_Card_ExtId(uid)
} }
"GetUserRecMusic".paged("userRecMusicList") { "GetUserRecMusic".paged("userRecMusicList") {