summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/http.ts')
-rw-r--r--ext/node/polyfills/internal/http.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/http.ts b/ext/node/polyfills/internal/http.ts
index 00e6506eb..3ea589907 100644
--- a/ext/node/polyfills/internal/http.ts
+++ b/ext/node/polyfills/internal/http.ts
@@ -4,7 +4,7 @@
// TODO(petamoriken): enable prefer-primordials for node polyfills
// deno-lint-ignore-file prefer-primordials
-import { setUnrefTimeout } from "ext:deno_node/timers.ts";
+import { setUnrefTimeout } from "node:timers";
import { notImplemented } from "ext:deno_node/_utils.ts";
let utcCache: string | undefined;