Skip to content

Commit

Permalink
Merge pull request #237 from LD4P/kallimathios-patch-2
Browse files Browse the repository at this point in the history
Update build.py - added identifiers to transforms dictionary
  • Loading branch information
jermnelson authored Dec 5, 2024
2 parents 6b9e99a + e8ad707 commit b4f8aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ils_middleware/tasks/folio/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ def _user_folio_id(okapi_url: str, folio_user: str) -> str:
transforms = {
"identifiers.isbn": _identifiers,
"identifiers.oclc": _identifiers,
"identifiers.doi": _identifiers,
"identifiers.lccn": _identifiers,
"instance_format": _instance_format_ids,
"instance_type": _instance_type_id,
"language": _language,
Expand Down

0 comments on commit b4f8aa7

Please sign in to comment.