Update relay.js

This commit is contained in:
Íñigo Aréjula Aísa
2022-11-27 13:57:21 +01:00
committed by GitHub
parent f8f125270a
commit 92fb339afb

View File

@@ -114,13 +114,6 @@ export function relayConnect(url, onNotice = () => {}, onError = () => {}) {
eventListeners[channel](event)
}
return
case 'OK':
if (data.length !== 4) {
// ignore malformed EVENT
return
}
return
}
}
}