mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
remove unnecessary comment
This commit is contained in:
@@ -291,7 +291,6 @@ async fn query_to_json<T: GenericClient>(
|
||||
) -> anyhow::Result<Value> {
|
||||
let query_params = json_to_pg_text(&data.params)?;
|
||||
let row_stream = client
|
||||
// TODO: query_raw_txt should be able to accept &str and Vec<String>
|
||||
.query_raw_txt(&data.query, query_params)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user