Skip to content

Commit

Permalink
Fixed bug: Get all product is working now (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3305 authored Feb 6, 2023
1 parent 0e01ffb commit 1564cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object CustomPageRequest {
optionalPage.get()
}
else {
maxSize
0
}
return PageRequest.of(page, size)
}
Expand Down

0 comments on commit 1564cb7

Please sign in to comment.