mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-15 07:50:26 +00:00
review: Remove un-needed initial value for behavior
This commit is contained in:
@@ -158,7 +158,6 @@ export const createLocalTransport$ = ({
|
||||
|
||||
const preferredConfig$ = customLivekitUrl.value$
|
||||
.pipe(
|
||||
startWith(null),
|
||||
switchMap((customUrl) => {
|
||||
if (customUrl) {
|
||||
return of({
|
||||
|
||||
Reference in New Issue
Block a user