mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +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.onmessage = (ev) => {
|
||||
try {
|
||||
if (ev.data == '') {
|
||||
if (ev.data === '') {
|
||||
appLogout(false);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user