Skip to content

Commit

Permalink
[F] Unable to save in lower versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Oct 23, 2024
1 parent 33997c9 commit 1b47bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class UpsertUserAllHandler(

// Set users
req.run { listOf(userExtend, userOption, userCharacterList, userMapList, userLoginBonusList, userItemList,
userMusicDetailList, userCourseList, userFriendSeasonRankingList, userFavoriteList) }
userMusicDetailList, userCourseList, userFriendSeasonRankingList, userFavoriteList).filterNotNull() }
.flatten().forEach {
logger.info(it.toString())
it.user = u
Expand Down

0 comments on commit 1b47bfa

Please sign in to comment.