fix: add missing ?
This commit is contained in:
parent
7ced5e764a
commit
1e12ca9f0b
@ -17,7 +17,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
"options": {
|
"options": {
|
||||||
"parentMessageId": "8c00bd29-75b0-42c7-9d4f-05a94ac8b2de"
|
"parentMessageId": "8c00bd29-75b0-42c7-9d4f-05a94ac8b2de"
|
||||||
}
|
}
|
||||||
}"#)
|
}"#)?
|
||||||
.send()?;
|
.send()?;
|
||||||
|
|
||||||
println!("{}", request.text()?);
|
println!("{}", request.text()?);
|
||||||
|
Loading…
Reference in New Issue
Block a user