Skip to content

Commit

Permalink
Update searchSavedPlansWithCampaign.js (#1841)
Browse files Browse the repository at this point in the history
Co-authored-by: Nipun Arora <[email protected]>
  • Loading branch information
rachana-egov and nipunarora-eGov authored Nov 15, 2024
1 parent a68bf4a commit e1767bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const SearchSavedPlansWithCampaign = async (body) => {
// offset: body?.PlanConfigurationSearchCriteria?.offset,
// name: body.PlanConfigurationSearchCriteria.name,
ids: listOfPlans,
limit:listOfPlans?.length ? listOfPlans?.length : 10
},
},
});
Expand Down

0 comments on commit e1767bf

Please sign in to comment.