Skip to content

Commit 82f46b6

Browse files
att
1 parent 9ae0ced commit 82f46b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/session/extra.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ PublicSession.switch_to_frame = function(public, private, element_frame)
8181
end
8282

8383
-- Troca para um frame específico usando um elemento frame
84-
PublicSession.go_back_to_original_frame = function(public, private)
84+
PublicSession.go_back_to_original_frame = function(_, private)
8585

8686
local result = private.fetch({
8787
url = private.url .. "/session/" .. private.session_id .. "/frame/parent",
8888
method = "POST",
89-
http_version = "1.1"
89+
http_version = "1.1",
90+
body = {}
9091
})
9192

9293
if result.status_code ~= 200 then

0 commit comments

Comments
 (0)