Skip to content

Commit

Permalink
fix: oupsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Nov 30, 2024
1 parent 135abd7 commit d0761b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getMetadata = async (archive: Archive, resourcePath: string) => {

if (data) {
const opfXmlDoc = new xmldoc.XmlDocument(data)
const items = getItemsFromDoc(opfXmlDoc, archive, "")
const items = getItemsFromDoc(opfXmlDoc, archive, () => "")

// we are comparing opf items relative absolute path in epub archive
// against resourcePatch (which are absolute path in archive).
Expand Down

0 comments on commit d0761b7

Please sign in to comment.