Skip to content

Commit

Permalink
Revert "LA-1206 modified mailMessageId to be optional field"
Browse files Browse the repository at this point in the history
This reverts commit b6b24b6.
  • Loading branch information
KhaledNjim committed Mar 26, 2024
1 parent 3357aeb commit bc78254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class UploadRequestGroupResponse extends Equatable {
final bool canClose;
final bool canEditExpiryDate;
final bool protectedByPassword;
final String? mailMessageId;
final String mailMessageId;
final bool enableNotification;
final bool collective;
final GenericUserDto owner;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class UploadRequestGroup with EquatableMixin {
final bool canClose;
final bool canEditExpiryDate;
final bool protectedByPassword;
final String? mailMessageId;
final String mailMessageId;
final bool enableNotification;
final bool collective;
final GenericUser owner;
Expand Down

0 comments on commit bc78254

Please sign in to comment.