Skip to content

Commit 9ae0ced

Browse files
zatt
1 parent 2c6343b commit 9ae0ced

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/session/extra.lua

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,9 @@ end
8484
PublicSession.go_back_to_original_frame = function(public, private)
8585

8686
local result = private.fetch({
87-
url = private.url .. "/session/" .. private.session_id .. "/frame",
87+
url = private.url .. "/session/" .. private.session_id .. "/frame/parent",
8888
method = "POST",
89-
http_version = "1.1",
90-
body = {
91-
id = {
92-
["element-6066-11e4-a52e-4f735466cecf"] = "nil"
93-
}
94-
}
89+
http_version = "1.1"
9590
})
9691

9792
if result.status_code ~= 200 then

0 commit comments

Comments
 (0)