We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67a6f7 commit 59d21c4Copy full SHA for 59d21c4
src/hooks/custom/SplitPdfHook.ts
@@ -22,7 +22,7 @@ import {
22
prepareResponseHeaders,
23
splitPdf,
24
stringToBoolean,
25
-} from "./utils";
+} from "./utils/index";
26
import {
27
MIN_PAGES_PER_THREAD,
28
PARTITION_FORM_FILES_KEY,
test/unit/utils/pdf.test.ts
@@ -6,7 +6,7 @@ import {
6
pdfPagesToBlob,
7
8
} from "../../../src/hooks/custom/utils";
9
-import { getOptimalSplitSize } from "../../../hooks/custom/utils";
+import { getOptimalSplitSize } from "../../../hooks/custom/utils/index";
10
import { MAX_PAGES_PER_THREAD, MIN_PAGES_PER_THREAD } from "../../../hooks/custom/common";
11
12
describe("Pdf utility functions", () => {
0 commit comments