review: Remove un-needed initial value for behavior

This commit is contained in:
Valere
2026-04-03 18:46:49 +02:00
parent b1f84a34a8
commit 6d99450d81

View File

@@ -158,7 +158,6 @@ export const createLocalTransport$ = ({
const preferredConfig$ = customLivekitUrl.value$
.pipe(
startWith(null),
switchMap((customUrl) => {
if (customUrl) {
return of({