Skip to content

Commit

Permalink
[BE] FIX: AGU user deletedAt set to null
Browse files Browse the repository at this point in the history
  • Loading branch information
enaenen committed Aug 13, 2024
1 parent 5b47c8c commit 67896b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void handleBlackHole(UserBlackHoleEvent dto) {
if (!userRecentIntraProfile.getRole().isInCursus()) {
terminateInvalidUser(dto, now);
}
userCommandService.updateUserBlackholedAtById(dto.getUserId(),
userCommandService.updateUserBlackholeStatus(dto.getUserId(),
userRecentIntraProfile.getBlackHoledAt());
} catch (HttpClientErrorException e) {
HttpStatus status = e.getStatusCode();
Expand Down

0 comments on commit 67896b2

Please sign in to comment.