|
|
@@ -248,7 +248,7 @@ extension LNInterestSetupViewController {
|
|
|
guard let self else { return }
|
|
|
guard let indexs = collectionView.indexPathsForSelectedItems else { return }
|
|
|
let interests = indexs.compactMap {
|
|
|
- self.games[$0.row].code
|
|
|
+ self.games[$0.section].children[$0.row].code
|
|
|
}
|
|
|
updateConfig.interest = interests
|
|
|
LNProfileManager.shared.modifyMyProfile(config: updateConfig) { [weak self] success in
|