-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
GSSOC21for GSSoC participantsfor GSSoC participants
Description
In PAgination Helper Code :-
- There are some unnecessary variable used
- Logic for total pages is also wrong
if (numDocs >= limit) { totalPages = Math.floor(numDocs / limit) + (numDocs % limit); } - It was not filtering Opportunities On the Basis of Opportunity-Type.
This issue has been resolve in PR of GET API TEST #97
Metadata
Metadata
Assignees
Labels
GSSOC21for GSSoC participantsfor GSSoC participants