remove ReturnType

This commit is contained in:
Timo K
2025-11-17 14:30:16 +01:00
parent 7ab90d3c1f
commit e9f400e9f1
2 changed files with 6 additions and 6 deletions

View File

@@ -335,6 +335,7 @@ export const createLocalMembership$ = ({
});
combineLatest([localTransport$, connectRequested$]).subscribe(
// TODO reconnect on options change.
([transport, connectRequested]) => {
if (
transport === null ||