Skip to content

Commit

Permalink
Merge pull request #42 from 9oormthonUniv-seoultech/SCRUM-35--classro…
Browse files Browse the repository at this point in the history
…om-filtering-api

Refactor: 빌딩 번호 null로 뜨는거 수정
  • Loading branch information
orieasy1 authored Nov 8, 2024
2 parents 6a2814f + 05e67c9 commit c85f144
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static BuildingResponse from(Building building, Map<Long, List<Reservatio

return BuildingResponse.builder()
.buildingName(building.getName())
.buildingNumber(building.getNumber())
.classrooms(classrooms)
.build();
}
Expand Down

0 comments on commit c85f144

Please sign in to comment.