Skip to content

Commit

Permalink
Merge pull request #184 from GSM-MSG/hotfix/183-not-save-LanguageCert…
Browse files Browse the repository at this point in the history
…ificateScore

🔀 :: score 저장하는 방식이 Name으로 되어 있어 변경
  • Loading branch information
Huuuunee authored Aug 21, 2023
2 parents b994226 + 0b22066 commit 460e081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class SignUpUseCase(
LanguageCertificate(
id = 0,
languageCertificateName = languageCertificate.languageCertificateName,
score = languageCertificate.languageCertificateName,
score = languageCertificate.languageCertificateScore,
studentId = studentId
)

Expand Down

0 comments on commit 460e081

Please sign in to comment.