Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Dec 18, 2024
1 parent 97a0a35 commit 92a5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_api_grpc/src/replication_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ impl ClientV4 {
async fn query_v4_envelopes(
&self,
topics: Vec<Vec<u8>>,
limit: u32
limit: u32,
) -> Result<Vec<Vec<OriginatorEnvelope>>, Error> {
let requests = topics.iter().map(|topic| async {
let client = &mut self.client.clone();
Expand Down

0 comments on commit 92a5e55

Please sign in to comment.