aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/webcore/request.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/webcore/request.zig')
-rw-r--r--src/bun.js/webcore/request.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/webcore/request.zig b/src/bun.js/webcore/request.zig
index 2204a286a..7457b941f 100644
--- a/src/bun.js/webcore/request.zig
+++ b/src/bun.js/webcore/request.zig
@@ -39,7 +39,7 @@ const NullableAllocator = @import("../../nullable_allocator.zig").NullableAlloca
const VirtualMachine = JSC.VirtualMachine;
const Task = JSC.Task;
-const JSPrinter = @import("../../js_printer.zig");
+const JSPrinter = bun.js_printer;
const picohttp = @import("bun").picohttp;
const StringJoiner = @import("../../string_joiner.zig");
const uws = @import("bun").uws;