Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Feb 21, 2024
1 parent 415bc91 commit 714ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ export class Book {
rotate: degrees(rotation),
});
} else {
console.error("Unexpected type for page: ", page);
console.error('Unexpected type for page: ', page);
}

if (pdfEdgeMarks && (sigDetails[i].isSigStart || sigDetails[i].isSigEnd)) {
Expand Down

0 comments on commit 714ad2d

Please sign in to comment.