get_metric_data hotfix

This commit is contained in:
dal 2025-07-11 15:24:14 -06:00
parent 63866e813e
commit e0aa426341
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 2 deletions

View File

@ -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 {