mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 05:27:30 +08:00
[F] Verse: Fix userid null
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user