Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyasakalanka committed Jul 23, 2024
1 parent e919fcd commit 24861ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2290,8 +2290,6 @@ private UsersGetResponse getMultiAttributeFilteredUsers(Node node, Map<String, B
maxLimit = Math.max(maxLimit, limit);
}
// Get total users based on the filter query.
totalResults += getMultiAttributeFilteredUsersWithMaxLimit(node, 1, sortBy,
sortOrder, domainName, maxLimit, false).size();
totalResults += getMultiAttributeFilteredUsersCount(node, 1, domainName, maxLimit);
} else {
totalResults += filteredUsers.size();
Expand Down

0 comments on commit 24861ea

Please sign in to comment.