Skip to content

Commit

Permalink
chore: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Jul 3, 2021
1 parent 394fd78 commit 2b5f792
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,8 @@ const sanitizeMultipartUploadData = <T extends BlobUploadMultipartNativeInput>(
const sanitizeSendData = <T extends BlobSendNativeInput>(
input: Readonly<T>
): BlobSendNativeInput => {
const {
absoluteFilePath,
headers,
method,
mimeType,
returnResponse,
url,
} = input;
const { absoluteFilePath, headers, method, mimeType, returnResponse, url } =
input;

const { taskId } = input;

Expand Down

0 comments on commit 2b5f792

Please sign in to comment.