mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +00:00
fix lint warning
This commit is contained in:
parent
d9beda5be9
commit
fabad03bab
@ -175,7 +175,7 @@ export function useAppContext(websocket) {
|
|||||||
ws.current = createWebsocket(protocol + window.location.host + "/status?mode=ring");
|
ws.current = createWebsocket(protocol + window.location.host + "/status?mode=ring");
|
||||||
ws.current.onmessage = (ev) => {
|
ws.current.onmessage = (ev) => {
|
||||||
try {
|
try {
|
||||||
if (ev.data == '') {
|
if (ev.data === '') {
|
||||||
appLogout(false);
|
appLogout(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user