[F] Verse: Fix userid null

pull/122/head
Azalea 2025-03-09 10:07:00 -04:00
parent 9c76286660
commit b40dcf85bd
1 changed files with 1 additions and 1 deletions

View File

@ -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