Skip to content

Commit

Permalink
Update missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
sandushi committed Oct 31, 2024
1 parent 00317fb commit 811b667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public UsersGetResponse listUsersWithPost(SearchRequest searchRequest, Map<Strin
int count = searchRequest.getCount();

try {
if (!IdentityUtil.isConsiderServerWideUserEndpointMaxLimitEnabled()) {
if (!SCIMCommonUtils.isConsiderServerWideUserEndpointMaxLimitEnabled()) {
Resource maxLimitResource = getResourceByTenantId(carbonUM.getTenantId());
if (maxLimitResource != null) {
int maxLimit = maxLimitResource.getAttributes().stream()
Expand Down

0 comments on commit 811b667

Please sign in to comment.