mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Fix WebSocket.closeCode
index behavior
This commit is contained in:
parent
a16eab637c
commit
74842da7a8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ return freeze(setmetatable({
|
|||
}, {
|
||||
__index = function(self, key)
|
||||
if key == "closeCode" then
|
||||
return close_code()
|
||||
return close_code(websocket)
|
||||
end
|
||||
end,
|
||||
}))
|
||||
|
|
Loading…
Add table
Reference in a new issue