Skip to content

Commit f6168d7

Browse files
author
Igor Evdokimov
committed
Merge branch 'dev/0.6' into prerelease/0.6
2 parents eb4f9e4 + 4a57360 commit f6168d7

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)