Skip to content

Commit

Permalink
Update PathResponseConverter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJugon authored Nov 9, 2023
1 parent 9d913fe commit ebacb6d
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 @@ public static Page<HousekeepingPathResponse> convertToHousekeepingPathResponsePa
}
PageImpl<HousekeepingPathResponse> housekeepingPathResponses = new PageImpl<>(
housekeepingPathResponseList, housekeepingPathPage.getPageable(), housekeepingPathPage.getTotalElements());
return HousekeepingPathResponses;
return housekeepingPathResponses;
}

}

0 comments on commit ebacb6d

Please sign in to comment.