Skip to content

Commit

Permalink
fix: Compilation issue after merge
Browse files Browse the repository at this point in the history
[#OCD-4753]
kekey1 committed Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f958acd commit 02f4a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ public User addOrganizationToUser(UUID invitationToken, String accessToken) thro
}

cognitoApiWrapper.addOrgToUser(originalUser, invitation.getOrganizationId());
cognitoInvitationManager.deleteToken(invitationToken);
cognitoInvitationManager.deleteInvitation(invitation);

User updatedUser = cognitoApiWrapper.getUserNoCache(originalUser.getCognitoId());
activityManager.addUserActivity(updatedUser.getCognitoId(),

0 comments on commit 02f4a3e

Please sign in to comment.