fixed example
This commit is contained in:
parent
b0da37bb1e
commit
7851602ef5
|
@ -30,7 +30,7 @@ async fn main() {
|
||||||
Err(e) => panic!("Error: {}", e)
|
Err(e) => panic!("Error: {}", e)
|
||||||
};
|
};
|
||||||
|
|
||||||
check_domains(&client);
|
check_domains(&mut client).await;
|
||||||
|
|
||||||
check_contacts(&mut client).await;
|
check_contacts(&mut client).await;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue