Skip to content

Commit 72ff412

Browse files
jaredmcqueenclaude
andcommitted
fix: remove duplicate user_orders match arm in session.rs
Leftover from rebase conflict resolution caused an unreachable pattern warning promoted to error by clippy -D warnings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2256a60 commit 72ff412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ws/session.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ impl KalshiStreamSession {
538538
"order_group_updates" => Some(Channel::OrderGroupUpdates),
539539
"user_orders" => Some(Channel::UserOrders),
540540
"multivariate" => Some(Channel::Multivariate),
541-
"user_orders" => Some(Channel::UserOrders),
542541
_ => {
543542
warn!("Unknown channel: {}", s);
544543
None

0 commit comments

Comments
 (0)