Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/GSM-MSG/SMS-BackEnd into…
Browse files Browse the repository at this point in the history
… refac/tech_stacks
  • Loading branch information
Huuuunee committed Aug 21, 2023
2 parents 07f5a00 + 460e081 commit 26e7c9d
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 26e7c9d

Please sign in to comment.