fixed example

This commit is contained in:
Ritesh Chitlangi 2021-07-21 00:44:17 +08:00
parent b0da37bb1e
commit 7851602ef5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ async fn main() {
Err(e) => panic!("Error: {}", e)
};
check_domains(&client);
check_domains(&mut client).await;
check_contacts(&mut client).await;
}