Commit 2f8c2ba0 authored by Fabien O'Carroll's avatar Fabien O'Carroll
Browse files

fixup! Fix doubleKnock request.clone() errors

parent 09023da5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ export interface SignRequestOptions {

  /**
   * The request body as ArrayBuffer. If provided, avoids cloning the request body.
   * @since 1.7.6
   * @since 1.8.0
   */
  body?: ArrayBuffer | null;