small bugfix

This commit is contained in:
2023-11-25 10:54:04 +01:00
parent 8f8e63d8b7
commit 3025781a04
5 changed files with 10 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ const connectToSSESource = () => {
isReconnecting = true;
console.log( '[ BACKEND INTEGRATION ] Disconnected from notifier, reconnecting...' );
connectToSSESource();
isReconnecting = false;
}
}, 1000 );
}, false );