Skip to content

Commit

Permalink
Improved: removed a comment as we are sending the facilityGroup in ba…
Browse files Browse the repository at this point in the history
…tch(#322)
  • Loading branch information
R-Sourabh committed Oct 16, 2024
1 parent 54cff5d commit 2ec523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/FacilityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const fetchFacilityCountByGroup = async (facilityGroupIds: any): Promise<any> =>
do {
const params = {
inputFields: {
facilityGroupId: facilityGroupIds, // Send all facilityGroupIds at once
facilityGroupId: facilityGroupIds,
facilityGroupId_op: "in"
},
viewSize: 250, // maximum view size
Expand Down

0 comments on commit 2ec523b

Please sign in to comment.