summaryrefslogtreecommitdiff
path: root/cli/js/ops/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/ops/fetch.ts')
-rw-r--r--cli/js/ops/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/fetch.ts b/cli/js/ops/fetch.ts
index 2f881cc02..e349b9de5 100644
--- a/cli/js/ops/fetch.ts
+++ b/cli/js/ops/fetch.ts
@@ -17,7 +17,7 @@ export interface FetchResponse {
export function fetch(
args: FetchRequest,
- body?: ArrayBufferView
+ body?: ArrayBufferView,
): Promise<FetchResponse> {
let zeroCopy;
if (body != null) {