Skip to content

Commit

Permalink
add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Feb 21, 2024
1 parent ab32527 commit a632dcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ private int getUserCountByAttribute(Node node, int offset, int limit, String sor
String sortOrder, String domainName) throws BadRequestException, CharonException {

if (SCIMConstants.UserSchemaConstants.GROUP_URI.equals(((ExpressionNode) node).getAttributeValue())) {
getUserCountByGroup(node, domainName);
return getUserCountByGroup(node, domainName);
}

return filterUsers(node, 1, limit, sortBy, sortOrder, domainName).size();
Expand Down

0 comments on commit a632dcf

Please sign in to comment.