Skip to content

Commit 852ef4c

Browse files
committed
fix(sip): initialize dispatch rule w/o updates
1 parent d28bc17 commit 852ef4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

livekit-api/livekit/api/sip_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ async def update_dispatch_rule_fields(
622622
metadata=metadata,
623623
rule=rule,
624624
attributes=attributes,
625-
trunk_ids=ListUpdate(set=trunk_ids) if trunk_ids else None,
626625
)
627626
if trunk_ids is not None:
628627
if isinstance(trunk_ids, ListUpdate):

0 commit comments

Comments
 (0)