Skip to content

Commit

Permalink
Mail History 테이블에 추가정보 저장하지 않는 문제 해결 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Apr 25, 2024
1 parent 335d742 commit 8c5de90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ private MailHistory(
this.templateId = templateName.getTemplateId();
this.sentAt = sentAt;
this.isSent = isSent;
log.info("MailTracker created: {}", this);
this.additionalInfo = additionalInfo;
log.info("Mail History created: {}", this);
}

public void changeToSent() {
Expand Down

0 comments on commit 8c5de90

Please sign in to comment.