Skip to content

Commit

Permalink
[FIX/#301] 고등학교 user properties value 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minju1459 committed Oct 15, 2023
1 parent f00d0f4 commit 6c3a841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class HighSchoolInfoFragment :
JSONObject().put("onboard_view", "school"),
)
AmplitudeUtils.updateUserProperties("user_school", viewModel.highSchool)
AmplitudeUtils.updateUserProperties("user_department", viewModel.highSchoolGroupState.toString())
AmplitudeUtils.updateUserProperties("user_department", viewModel.highSchoolGroupText.value.toString())
AmplitudeUtils.updateUserIntProperties("user_grade", viewModel.studentId)
}
}

0 comments on commit 6c3a841

Please sign in to comment.