Fix compilation

This commit is contained in:
Piv
2023-03-10 20:21:04 +10:30
parent 1ea7b7e3b8
commit ba740710f3

View File

@@ -15,7 +15,7 @@ async fn main() -> anyhow::Result<()> {
.max_connections(20) .max_connections(20)
.connect(&connection_string) .connect(&connection_string)
.await?; .await?;
sqlx::query_as("") // sqlx::query_as("")
connection. // connection.
Ok(()) Ok(())
} }