Skip to content

Commit

Permalink
Change query param
Browse files Browse the repository at this point in the history
  • Loading branch information
trueleo committed Aug 7, 2023
1 parent de14229 commit e2bd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/handlers/http/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub async fn query(
let time = Instant::now();

// format output json to include field names
let with_fields = params.get("withFields").cloned().unwrap_or(false);
let with_fields = params.get("fields").cloned().unwrap_or(false);
// Fill missing columns with null
let fill_null = params
.get("fillNull")
Expand Down

0 comments on commit e2bd4cc

Please sign in to comment.