diff --git a/xmtp_api_http/src/util.rs b/xmtp_api_http/src/util.rs index 0c44530ed..f50fd7372 100644 --- a/xmtp_api_http/src/util.rs +++ b/xmtp_api_http/src/util.rs @@ -50,8 +50,8 @@ pub async fn create_grpc_stream< ) -> Result>, Error> { let stream = async_stream::stream! { log::debug!("Spawning grpc http stream"); - let request = http_client - .post(endpoint) + let request = http_client + .post(endpoint) .json(&request) .send() .await