Skip to content

Commit

Permalink
[FIX] Delete member group dont work when multi storage (#412)
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Dufaure <[email protected]>
  • Loading branch information
clement-dufaure committed Aug 11, 2021
1 parent a6f7ae0 commit 88b237f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public ProviderResponse deleteUserFromGroup(
}
ProviderResponse response =
storeProvider
.getWriterStore(realm)
.getWriterStore(realm, storage)
.deleteUserFromGroup(appName, groupName, userId, providerRequest);
sugoiEventPublisher.publishCustomEvent(
realm,
Expand Down

0 comments on commit 88b237f

Please sign in to comment.