Skip to content

Commit

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

final String? subject;

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

final String? htmlBody;
Expand Down

0 comments on commit 0abaeeb

Please sign in to comment.