···1111 http_client: Arc::clone(&http_client),
1212 });
1313 let doc = resolver.resolve(&Did::new(did).unwrap()).await.unwrap(); // TODO: this is only half the resolution? or is atrium checking dns?
1414- tokio::time::sleep(std::time::Duration::from_secs(2)).await;
1514 doc.also_known_as.and_then(|mut aka| {
1615 if aka.is_empty() {
1716 None