diff options
author | 2022-12-04 03:22:10 -0800 | |
---|---|---|
committer | 2022-12-04 03:22:10 -0800 | |
commit | cee33485d00ad959ae1219702c8a16ee685d349c (patch) | |
tree | 867ca2c705b341995b4ce55dc06deaaa823c18a3 /src/bun.js/api/filesystem_router.zig | |
parent | f052e66df538f7fabb0e173d9dd79888201286f2 (diff) | |
download | bun-cee33485d00ad959ae1219702c8a16ee685d349c.tar.gz bun-cee33485d00ad959ae1219702c8a16ee685d349c.tar.zst bun-cee33485d00ad959ae1219702c8a16ee685d349c.zip |
:scissors:
Diffstat (limited to 'src/bun.js/api/filesystem_router.zig')
-rw-r--r-- | src/bun.js/api/filesystem_router.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/api/filesystem_router.zig b/src/bun.js/api/filesystem_router.zig index 41209f867..ab2ef4738 100644 --- a/src/bun.js/api/filesystem_router.zig +++ b/src/bun.js/api/filesystem_router.zig @@ -24,7 +24,7 @@ const strings = @import("bun").strings; const NewClass = Base.NewClass; const To = Base.To; const Request = WebCore.Request; -const d = Base.d; + const FetchEvent = WebCore.FetchEvent; const URLPath = @import("../../http/url_path.zig"); const URL = @import("../../url.zig").URL; |