summaryrefslogtreecommitdiff
path: root/cli/js/web/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/fetch.ts')
-rw-r--r--cli/js/web/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/fetch.ts b/cli/js/web/fetch.ts
index 3972da4f2..c7209943f 100644
--- a/cli/js/web/fetch.ts
+++ b/cli/js/web/fetch.ts
@@ -453,7 +453,7 @@ async function sendFetchReq(
headers: headerArray
};
- return await opFetch(args, body);
+ return opFetch(args, body);
}
export async function fetch(