diff --git a/src/Config.zig b/src/Config.zig index d082e92e..0bec5b7a 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -222,8 +222,6 @@ pub const WaitUntil = enum { domcontentloaded, networkidle, fixed, - - pub const js_enum_from_string = true; }; pub const Fetch = struct {