Skip to content

Commit 2ef9cc9

Browse files
committed
chore: fix linter issue
1 parent 7103e58 commit 2ef9cc9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/index.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,8 @@ const sanitizeMultipartUploadData = <T extends BlobUploadMultipartNativeInput>(
166166
const sanitizeSendData = <T extends BlobSendNativeInput>(
167167
input: Readonly<T>
168168
): BlobSendNativeInput => {
169-
const {
170-
absoluteFilePath,
171-
headers,
172-
method,
173-
mimeType,
174-
returnResponse,
175-
url,
176-
} = input;
169+
const { absoluteFilePath, headers, method, mimeType, returnResponse, url } =
170+
input;
177171

178172
const { taskId } = input;
179173

0 commit comments

Comments
 (0)