ignore resultat because the err is unrelevant
This commit is contained in:
parent
9e8be61a4f
commit
d625322305
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ async fn envoie_msg_mattermost(msg: Message) {
|
|||
}
|
||||
let salon = infos.recuperation_salon();
|
||||
println!("Envoie d'un message de {}!", msg.author);
|
||||
let res = infos
|
||||
let _ = infos
|
||||
.recuperation_api()
|
||||
.await
|
||||
.query::<String>(
|
||||
|
|
Reference in a new issue