mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 16:47:37 +08:00
[F] Verse: Fix userid null
This commit is contained in:
@@ -35,7 +35,7 @@ fun ChusanController.upsertApiInit() {
|
||||
listOfNotNull(
|
||||
userPlaylogList, userGameOption, userMapAreaList, userCharacterList, userItemList,
|
||||
userMusicDetailList, userActivityList, userChargeList, userCourseList, userDuelList,
|
||||
userNetBattlelogList
|
||||
userNetBattlelogList, userUnlockChallengeList
|
||||
).flatten().forEach { it.user = u }
|
||||
|
||||
// Ratings
|
||||
|
||||
Reference in New Issue
Block a user