Skip to content

Commit

Permalink
fix :: build faild
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jul 29, 2024
1 parent 49886ba commit 3b12262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private TokenResponse registerAndLoginNewTeacher(LoginRequest request) {
private TeacherEntity createAndSaveNewStudent(XquareUserResponse xquareUserResponse) {
return teacherMongoRepository.save(
TeacherEntity.builder()
.accountId(xquareUserResponse.getAccount_id())
.account_id(xquareUserResponse.getAccount_id())
.password(xquareUserResponse.getPassword())
.name(xquareUserResponse.getName())
.build());
Expand Down

0 comments on commit 3b12262

Please sign in to comment.