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": {
|
||||
"parentMessageId": "8c00bd29-75b0-42c7-9d4f-05a94ac8b2de"
|
||||
}
|
||||
}"#)
|
||||
}"#)?
|
||||
.send()?;
|
||||
|
||||
println!("{}", request.text()?);
|
||||
|
Loading…
Reference in New Issue
Block a user