Skip to content

Commit

Permalink
revert field renaming (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov authored May 17, 2024
1 parent 0b27db0 commit 14858f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void handleEvent(@NotNull EVENT event) {
break;
case USER_DELETED:
if (event instanceof WSUserDeletedEvent userDeletedEvent) {
sessionManager.closeUserSession(userDeletedEvent.getUserId());
sessionManager.closeUserSession(userDeletedEvent.getDeletedUserId());
}
break;
default:
Expand Down

0 comments on commit 14858f1

Please sign in to comment.