Skip to content

Commit

Permalink
Fetching only family households for normal downsync
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang-eGov committed Dec 20, 2024
1 parent 4f7ee4d commit 822014d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private List<String> searchHouseholds(DownsyncRequest downsyncRequest, Downsync

HouseholdSearch householdSearch = HouseholdSearch.builder()
.localityCode(criteria.getLocality())
.householdType("FAMILY")
.build();

if (StringUtils.hasLength(criteria.getHouseholdId())) {
Expand Down

0 comments on commit 822014d

Please sign in to comment.