Skip to content

Commit

Permalink
IDE faulty refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 19, 2024
1 parent af188b3 commit 25f3d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void mailInactiveUsers() {
return;
}
try {
Stream.of(values()).forEach(this::doMailInactiveUsers);
Stream.of(UserInactivity.values()).forEach(this::doMailInactiveUsers);
this.doDeleteInactiveUsers();
} catch (Exception e) {
//swallow exception as the scheduling stops then
Expand Down

0 comments on commit 25f3d8f

Please sign in to comment.