Skip to content

Commit

Permalink
update validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Oct 25, 2023
1 parent f8200c8 commit badd053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/schema_defs/ssp/m1.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
]),
Field(item="8", name='NBR_FAMILY_MEMBERS', type='number', startIndex=30, endIndex=32,
required=True, validators=[
validators.isInLimits(1, 2), # ?? doc says 1-2, but t1 has isNumber
validators.isNumber(),
]),
Field(item="9", name='FAMILY_TYPE', type='number', startIndex=32, endIndex=33,
required=True, validators=[
Expand Down

0 comments on commit badd053

Please sign in to comment.