Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Apr 8, 2024
1 parent f056fbb commit b0fb4a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public void checkAndSend(String dancerId) {
if (state.isCandidateForSendingMail(LocalDateTime.now())) {
sendMail(dancerId, state);
statePort.save(state.toDto(), dancerId);
} else {
log.info("Not an candidate for sending mail");
}
}
public void sendMail(String dancerId, State state) {
Expand Down

0 comments on commit b0fb4a7

Please sign in to comment.