summaryrefslogtreecommitdiff
path: root/ext/fetch/22_http_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fetch/22_http_client.js')
-rw-r--r--ext/fetch/22_http_client.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/fetch/22_http_client.js b/ext/fetch/22_http_client.js
index b6945e674..bd838e663 100644
--- a/ext/fetch/22_http_client.js
+++ b/ext/fetch/22_http_client.js
@@ -13,9 +13,7 @@
import { core } from "ext:core/mod.js";
import { SymbolDispose } from "ext:deno_web/00_infra.js";
-const {
- op_fetch_custom_client,
-} = core.ensureFastOps();
+import { op_fetch_custom_client } from "ext:core/ops";
/**
* @param {Deno.CreateHttpClientOptions} options