Skip to content

Commit

Permalink
fix: additionalAttribute field validation from correction12 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mashkovtsev committed Jul 5, 2022
1 parent 4f3854d commit d58fcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validation/schemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const correction12 = {
maxLength(32),
],
additionalUserAttribute: [(value) => value && isUserAttribute(value)],
additionalAttribute: [maxLength(64)],
additionalAttribute: [maxLength(16)],
automatNumber: [maxLength(20)],
settlementAddress: [maxLength(243)],
settlementPlace: [maxLength(243)],
Expand Down

0 comments on commit d58fcf1

Please sign in to comment.