fmt: ws -> window.ws

This commit is contained in:
jamesread 2023-08-24 12:12:47 +01:00
parent 4b5a579b0b
commit 4b3485145f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function websocketOnOpen (evt) {
const foo = '{}'
ws.send(foo)
window.ws.send(foo)
}
function websocketOnMessage (msg) {