Skip to content

Commit

Permalink
fixup! TF-3316 Fix inconsistent vacation message
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Dec 10, 2024
1 parent a64d3db commit 4a9dd7e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ extension VacationResponseExtension on VacationResponse {
fromDate: fromDate ?? this.fromDate,
toDate: toDate ?? this.toDate,
subject: subject ?? this.subject,
textBody: null,
htmlBody: htmlBody ?? this.htmlBody
);
}
Expand Down

0 comments on commit 4a9dd7e

Please sign in to comment.