Skip to content

Commit

Permalink
Remove isbn from reservation mapping
Browse files Browse the repository at this point in the history
This property is not part of the BasicDetailsType so we should remove
it.
  • Loading branch information
kasperg committed Jul 9, 2024
1 parent 4fade99 commit b8647b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/utils/helpers/list-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ export const mapFBSReservationGroupToReservationType = (
authorsShort: ilBibliographicRecord.author,
firstAuthor: ilBibliographicRecord.author,
year: ilBibliographicRecord.publicationDate,
lang: ilBibliographicRecord.language,
isbn: ilBibliographicRecord.isbn
lang: ilBibliographicRecord.language
}
: null
};
Expand Down

0 comments on commit b8647b9

Please sign in to comment.