Skip to content

Commit

Permalink
Merge pull request #105 from Kusitms-29th-ASAP/fix/#104-teacher-name
Browse files Browse the repository at this point in the history
fix: #104 선생님 이름 가져오기
  • Loading branch information
sominyun authored Jun 7, 2024
2 parents aff11c6 + 5190941 commit 099dd3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TeacherService(
schoolName = school.name,
grade = classroom.grade,
className = classroom.className,
teacherName = teacher.username
teacherName = teacher.name
)
}
}

0 comments on commit 099dd3e

Please sign in to comment.