mirror of https://github.com/hykilpikonna/AquaDX
[F] Verse: Fix userid null
parent
9c76286660
commit
b40dcf85bd
|
@ -35,7 +35,7 @@ fun ChusanController.upsertApiInit() {
|
||||||
listOfNotNull(
|
listOfNotNull(
|
||||||
userPlaylogList, userGameOption, userMapAreaList, userCharacterList, userItemList,
|
userPlaylogList, userGameOption, userMapAreaList, userCharacterList, userItemList,
|
||||||
userMusicDetailList, userActivityList, userChargeList, userCourseList, userDuelList,
|
userMusicDetailList, userActivityList, userChargeList, userCourseList, userDuelList,
|
||||||
userNetBattlelogList
|
userNetBattlelogList, userUnlockChallengeList
|
||||||
).flatten().forEach { it.user = u }
|
).flatten().forEach { it.user = u }
|
||||||
|
|
||||||
// Ratings
|
// Ratings
|
||||||
|
|
Loading…
Reference in New Issue