diff --git a/src/api/client/keys.rs b/src/api/client/keys.rs index 892b4a83..eaa2ea05 100644 --- a/src/api/client/keys.rs +++ b/src/api/client/keys.rs @@ -551,7 +551,6 @@ where Some((server, response)) }) - .then(async |v| v) .collect::>() .await .into_iter(); @@ -686,7 +685,6 @@ pub(crate) async fn claim_keys_helper( .and_then(|res| res); Some((server, response)) }) - .then(async |v| v) .collect::>() .await .into_iter();