We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6343b commit 9ae0cedCopy full SHA for 9ae0ced
src/session/extra.lua
@@ -84,14 +84,9 @@ end
84
PublicSession.go_back_to_original_frame = function(public, private)
85
86
local result = private.fetch({
87
- url = private.url .. "/session/" .. private.session_id .. "/frame",
+ url = private.url .. "/session/" .. private.session_id .. "/frame/parent",
88
method = "POST",
89
- http_version = "1.1",
90
- body = {
91
- id = {
92
- ["element-6066-11e4-a52e-4f735466cecf"] = "nil"
93
- }
94
+ http_version = "1.1"
95
})
96
97
if result.status_code ~= 200 then
0 commit comments