From 0acf8a66181624e11ec83a0e4031eb8c2facc9d2 Mon Sep 17 00:00:00 2001 From: Ryan Russell Date: Fri, 8 Jul 2022 18:04:32 -0500 Subject: refactor(websockets): Rename `connectedWebSocketContext()` Signed-off-by: Ryan Russell --- src/bun.js/bindings/ScriptExecutionContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/bindings/ScriptExecutionContext.h') diff --git a/src/bun.js/bindings/ScriptExecutionContext.h b/src/bun.js/bindings/ScriptExecutionContext.h index 227c57e6a..ab86b6816 100644 --- a/src/bun.js/bindings/ScriptExecutionContext.h +++ b/src/bun.js/bindings/ScriptExecutionContext.h @@ -145,7 +145,7 @@ private: public: template - us_socket_context_t* connnectedWebSocketContext() + us_socket_context_t* connectedWebSocketContext() { if constexpr (isSSL) { if (!m_connected_ssl_client_websockets_ctx) { -- cgit v1.2.3