Skip to content

Commit 900c8d2

Browse files
committed
change after rebase
1 parent c116054 commit 900c8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/url/url.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pub const URLSearchParams = struct {
252252
pub const ConstructorOptions = union(enum) {
253253
query_string: []const u8,
254254
form_data: *const FormData,
255-
object: js.JsObject,
255+
object: js.Object,
256256
};
257257

258258
pub fn constructor(maybe_options: ?ConstructorOptions, page: *Page) !URLSearchParams {

0 commit comments

Comments
 (0)