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 4b037cc commit 10c6cefCopy full SHA for 10c6cef
src/hooks/custom/SplitPdfHook.ts
@@ -97,8 +97,11 @@ export class SplitPdfHook
97
hookCtx: BeforeRequestContext,
98
request: Request
99
): Promise<Request> {
100
+
101
+ // setting the current operationID to be unique
102
const operationID = "partition-" + uuidv4();
103
hookCtx.operationID = operationID;
104
105
const requestClone = request.clone();
106
const formData = await requestClone.formData();
107
const splitPdfPage = stringToBoolean(
0 commit comments