eslint-disable here too
All checks were successful
Build / build (pull_request) Successful in 1m13s

This commit is contained in:
Sainan 2025-06-20 23:54:22 +02:00
parent 409cdaf2e3
commit c2ee66896f

View File

@ -1,3 +1,5 @@
/* eslint-disable */
function openWebSocket() { function openWebSocket() {
window.ws = new WebSocket("/custom/ws"); window.ws = new WebSocket("/custom/ws");
window.ws.onmessage = e => { window.ws.onmessage = e => {