Skip to content

Commit 8cde0f0

Browse files
committed
change after rebase
1 parent 092f6a6 commit 8cde0f0

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
@@ -250,7 +250,7 @@ pub const URLSearchParams = struct {
250250
pub const ConstructorOptions = union(enum) {
251251
query_string: []const u8,
252252
form_data: *const FormData,
253-
object: js.JsObject,
253+
object: js.Object,
254254
};
255255

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

0 commit comments

Comments
 (0)