Skip to content

Commit 10c6cef

Browse files
committed
comment
1 parent 4b037cc commit 10c6cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hooks/custom/SplitPdfHook.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,11 @@ export class SplitPdfHook
9797
hookCtx: BeforeRequestContext,
9898
request: Request
9999
): Promise<Request> {
100+
101+
// setting the current operationID to be unique
100102
const operationID = "partition-" + uuidv4();
101103
hookCtx.operationID = operationID;
104+
102105
const requestClone = request.clone();
103106
const formData = await requestClone.formData();
104107
const splitPdfPage = stringToBoolean(

0 commit comments

Comments
 (0)