Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrubinov committed Jun 23, 2024
1 parent e677e5e commit 38dc9a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public Nasrano convert(AlgoSchedule algoSchedule, long id) {
subjectPlanRepository.getById(subject.id()).name(),
new SimpleTeacher(
teacher.id(),
teacherRepository.getById(teacher.id()).getName()
teacherRepository.getById(teacher.id()).getName(),
List.of()
),
new AudienceDTO(
lessonWithTime.audience().id(),
Expand Down

0 comments on commit 38dc9a6

Please sign in to comment.