Skip to content

Commit

Permalink
#180: Updated ETL references (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: darnjo <josh@reso.org>
  • Loading branch information
darnjo and darnjo authored Sep 20, 2024
1 parent 975db73 commit b12045f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/schema/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const addCustomValidationForEnum = ajv => {

const expandedResource = isExpansion && typeName;

// eslint-disable-next-line prefer-destructuring
const expandedFieldName = isExpansion ? nestedPayloadProperties[3] : null; // this is how ajv orders it's erros. TODO: find a better was to do this.

if (typeof data === 'string') {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node": ">=21.1.0"
},
"dependencies": {
"@reso/reso-certification-etl": "github:RESOStandards/reso-certification-etl#22cd1fd1077df5a40c8e8445fa4e996cc8f95284",
"@reso/reso-certification-etl": "github:RESOStandards/reso-certification-etl#755eecf96aa8749c316d69c260a40b7cb76500eb",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
Expand Down

0 comments on commit b12045f

Please sign in to comment.