diff --git a/packages/client/ui-approval/src/client/index.ts b/packages/client/ui-approval/src/client/index.ts index aeb34a433c..cc044f4fc1 100644 --- a/packages/client/ui-approval/src/client/index.ts +++ b/packages/client/ui-approval/src/client/index.ts @@ -30,6 +30,7 @@ type ClientApprovalRequest = Parameters[0] type ClientApprovalNext = Parameters[1] type ClientApprovalOutcome = Awaited> +/* jscpd:ignore-start -- Approval and Question intentionally mirror one Remote waterfall lifecycle. */ /** Present one request until the user answers or its lifetime ends. */ async function answerApproval( ctx: ClientContext, @@ -65,6 +66,7 @@ async function answerApproval( completed.resolve() } } +/* jscpd:ignore-end */ /** * Install approval copy and the scoped waterfall consumer.