Skip to content

Commit b5ef841

Browse files
committed
cdp: fix double createTarget response
1 parent a69164b commit b5ef841

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cdp/domains/target.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ fn createTarget(cmd: anytype) !void {
180180

181181
try page.navigate(params.url, .{
182182
.reason = .address_bar,
183-
.cdp_id = cmd.input.id,
184183
});
185184

186185
try cmd.sendResult(.{

0 commit comments

Comments
 (0)