Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Jul 28, 2024
1 parent de4839c commit c7d3b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ public Mono<DeleteResult> deleteAllGroupMembers(
if (deletedCount == 0) {
return OperationResultPublisherPool.ACKNOWLEDGED_DELETE_RESULT;
}
if(isMemberCacheEnabled){
if (isMemberCacheEnabled) {
if (groupIds == null) {
groupIdToMembersCache.invalidateAll();
} else {
Expand Down

0 comments on commit c7d3b68

Please sign in to comment.