mirror of https://github.com/hykilpikonna/AquaDX
[F] Verse: Fix userid null
parent
9ac4b56ef7
commit
8bbde9e7e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue