publicstringMessage=>"Attendees limit must be greater than guests limit";
}
}
I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
The text was updated successfully, but these errors were encountered:
modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs
Lines 1 to 21 in 54d2096
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.The text was updated successfully, but these errors were encountered: