Skip to content

Commit

Permalink
Update momento/src/commands/cloud_linter/metrics.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Jun 3, 2024
1 parent 0fa2c00 commit 06fb7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion momento/src/commands/cloud_linter/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ async fn query_metrics_for_target(
});
}
};
// let result = result?;
if let Some(mdr_vec) = result.metric_data_results {
for mdr in mdr_vec {
let name = mdr.id.ok_or_else(|| CliError {
Expand Down

0 comments on commit 06fb7c6

Please sign in to comment.