diff options
Diffstat (limited to 'cli/js/ops/fetch.ts')
-rw-r--r-- | cli/js/ops/fetch.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/fetch.ts b/cli/js/ops/fetch.ts index c5c0cb883..8d6a461ab 100644 --- a/cli/js/ops/fetch.ts +++ b/cli/js/ops/fetch.ts @@ -24,5 +24,5 @@ export async function fetch( zeroCopy = new Uint8Array(body.buffer, body.byteOffset, body.byteLength); } - return await sendAsync("op_fetch", args, zeroCopy); + return sendAsync("op_fetch", args, zeroCopy); } |