Skip to content

Commit 4a57360

Browse files
author
Igor Evdokimov
committed
- bugfix
1 parent fa7f9f5 commit 4a57360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Botticelli.Shared/Validation/MessageValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class MessageValidator : AbstractValidator<Message>
77
{
88
public MessageValidator()
99
{
10-
RuleFor(x => x.Body).NotEmpty();
10+
//RuleFor(x => x.Body).NotEmpty();
1111
RuleFor(x => x.Uid).NotEmpty();
1212
}
1313
}

0 commit comments

Comments
 (0)