···102102}
103103104104async fn handle_stream(index: Arc<StatusIndex>, repos: ReposControl, mut stream: EventStream) {
105105- // get handle of did through the hydrant api
105105+ // get handle for did through the hydrant api
106106 let get_handle = async |did: &Did<'_>| {
107107 repos
108108- .get(did)
108108+ .info(did)
109109 .await
110110 .ok()
111111 .flatten()