Skip to content

Commit

Permalink
Add Other to roleDesc in 1919
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioNapoleon committed Mar 4, 2025
1 parent ae5e42c commit b4efc0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/22-1919-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"roleDesc": {
"certifyingOfficial": "Certifying Official",
"owner": "Owner",
"Officer": "Officer"
"officer": "Officer",
"other": "Other"
}
}
}
3 changes: 2 additions & 1 deletion src/schemas/22-1919/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const schema = {
roleDesc: {
certifyingOfficial: 'Certifying Official',
owner: 'Owner',
Officer: 'Officer',
officer: 'Officer',
other: 'Other',
},
},
};
Expand Down

0 comments on commit b4efc0a

Please sign in to comment.