Skip to content

Commit

Permalink
URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 14, 2024
1 parent 239e454 commit a2abe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class APIClient {
const request = await fetch(uploadExistingURI(extensionId), {
method: 'PUT',
headers: this._headers(await token),
// @ts-expect-error Node extension? 🤷‍♂️ Required
// @ts-expect-error Node extension? 🤷‍♂️ Required https://github.com/nodejs/node/issues/46221
duplex: 'half',
body: readStream,
});
Expand Down

0 comments on commit a2abe18

Please sign in to comment.