diff --git a/src/index.tsx b/src/index.tsx index 902059db..e29d15f0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -166,14 +166,8 @@ const sanitizeMultipartUploadData = ( const sanitizeSendData = ( input: Readonly ): BlobSendNativeInput => { - const { - absoluteFilePath, - headers, - method, - mimeType, - returnResponse, - url, - } = input; + const { absoluteFilePath, headers, method, mimeType, returnResponse, url } = + input; const { taskId } = input;