mirror of https://github.com/buster-so/buster.git
get_metric_data hotfix
This commit is contained in:
parent
63866e813e
commit
e0aa426341
|
@ -208,8 +208,6 @@ pub async fn get_metric_data_handler(
|
|||
if has_more_records {
|
||||
data.truncate(5000);
|
||||
}
|
||||
query_result.data
|
||||
};
|
||||
|
||||
// Determine which metadata to use
|
||||
let final_metadata = if let Some(metadata) = cached_metadata {
|
||||
|
|
Loading…
Reference in New Issue