We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d618ca7 commit 8b1bc18Copy full SHA for 8b1bc18
src/handlers/http/query.rs
@@ -396,7 +396,7 @@ pub async fn get_counts(
396
let records = json_records.into_iter().map(Value::Object).collect_vec();
397
398
let res = json!({
399
- "fields": vec!["start_time", "end_time", "count"],
+ "fields": vec!["start_time", "endTime", "count"],
400
"records": records,
401
});
402
@@ -410,7 +410,7 @@ pub async fn get_counts(
410
411
let records = body.get_bin_density().await?;
412
413
414
415
416
Ok(web::Json(res))
0 commit comments