Skip to content

Commit

Permalink
update nypl core objects
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Jan 10, 2025
1 parent a26821b commit 58eda82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/requestability_resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class RequestabilityResolver {
}
logger.debug(`item ${item.uri}: `, { physRequestable: item.physRequestable, physRequestableCriteria })
item.requestable = [item.eddRequestable || item.physRequestable || item.specRequestable]
console.log({ specRequestable: item.specRequestable, physRequestable: item.physRequestable, eddRequestable: item.eddRequestable, physRequestableCriteria })
return item
})
})
Expand Down
8 changes: 4 additions & 4 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 @@ -4,7 +4,7 @@
"dependencies": {
"@aws-sdk/client-kms": "^3.533.0",
"@elastic/elasticsearch": "~8.12.0",
"@nypl/nypl-core-objects": "3.0.1",
"@nypl/nypl-core-objects": "3.0.2",
"@nypl/nypl-data-api-client": "^2.0.0",
"@nypl/scsb-rest-client": "3.0.0",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit 58eda82

Please sign in to comment.