Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 12, 2024
1 parent afad7d6 commit 34d59d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmtp_api_http/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pub async fn create_grpc_stream<
) -> Result<BoxStream<'static, Result<R, Error>>, 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
Expand Down

0 comments on commit 34d59d4

Please sign in to comment.