Skip to content

Commit

Permalink
fix: 버그 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0o0 committed Nov 30, 2023
1 parent fc6e70e commit c389516
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public ResponseEntity<?> getLearningMaterials(Principal principal, Pageable page
.isFirst(learningMaterials.isFirst())
.isLast(learningMaterials.isLast())
.numberOfElements(learningMaterials.getNumberOfElements())
.priorityLearningMaterialContents(priorityLearningMaterialContents)
.pageNumber(learningMaterials.getNumber())
.size(learningMaterials.getSize())
.totalElements(learningMaterials.getTotalElements())
Expand Down

0 comments on commit c389516

Please sign in to comment.