Skip to content

Commit

Permalink
Fix URL in reader.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Feb 26, 2024
1 parent 0ee55b0 commit bf2bea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -105139,7 +105139,7 @@ module.exports = pdfjs;
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {

module.exports = function Worker_fn() {
return new Worker(__webpack_require__.p + "pdf.worker.js");
return new Worker(__webpack_require__.p + "pdf.worker.6e464fc4e89902936cb8.js");
}


Expand Down

0 comments on commit bf2bea2

Please sign in to comment.