Skip to content

Commit 525fbdb

Browse files
committed
fix: use new WeError::Utf8 sytax
1 parent 338a3c7 commit 525fbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/client-api/src/routes/subscribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ fn ws_recv_loop(
772772
| WsError::Capacity(_)
773773
| WsError::Protocol(_)
774774
| WsError::WriteBufferFull(_)
775-
| WsError::Utf8
775+
| WsError::Utf8(_)
776776
| WsError::AttackAttempt
777777
| WsError::Url(_)
778778
| WsError::Http(_)

0 commit comments

Comments
 (0)