diff --git a/xmtp_api_grpc/src/replication_client.rs b/xmtp_api_grpc/src/replication_client.rs index 180f57654..e13b07adc 100644 --- a/xmtp_api_grpc/src/replication_client.rs +++ b/xmtp_api_grpc/src/replication_client.rs @@ -466,7 +466,7 @@ impl ClientV4 { async fn query_v4_envelopes( &self, topics: Vec>, - limit: u32 + limit: u32, ) -> Result>, Error> { let requests = topics.iter().map(|topic| async { let client = &mut self.client.clone();