Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Oct 11, 2024
1 parent 8c93751 commit a3a8d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Validator : AbstractValidator<GetRelationshipTemplateQuery>
public Validator()
{
RuleFor(x => x.Id).ValidId<GetRelationshipTemplateQuery, RelationshipTemplateId>();

RuleFor(x => x.Password).NumberOfBytes(1, RelationshipTemplate.MAX_PASSWORD_LENGTH).When(x => x.Password != null);
}
}

0 comments on commit a3a8d3b

Please sign in to comment.