Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 26, 2025
1 parent af10551 commit 312f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/websocket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl WebSocketRequestBuilder {
/// # Returns
///
/// * `Self` - The modified instance with the updated `RequestBuilder`.
pub fn builder<F>(mut self, f: F) -> Self
pub fn with_builder<F>(mut self, f: F) -> Self
where
F: FnOnce(RequestBuilder) -> RequestBuilder,
{
Expand Down

0 comments on commit 312f36a

Please sign in to comment.