Skip to content

Commit

Permalink
fixup! Allow textBody to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Dec 10, 2024
1 parent 1702db4 commit 4ffb14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jmap/mail/vacation/vacation_response.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class VacationResponse with EquatableMixin {

final String? subject;

@JsonKey(includeIfNull: true)
final String? textBody;

final String? htmlBody;
Expand Down

0 comments on commit 4ffb14d

Please sign in to comment.