fix: error

This commit is contained in:
0xMRTT 2023-06-17 15:15:38 +02:00
parent 993ef577be
commit 077c2269a3
Signed by: 0xMRTT
GPG Key ID: 910B287304120902

View File

@ -20,7 +20,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}"#) }"#)
.unwrap(); .unwrap();
println!("{}", response.text()?); println!("{}", request.text()?);
Ok(()) Ok(())
} }