Skip to content

Commit

Permalink
removing some parameters form function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Badal Kumar Prusty authored and Badal Kumar Prusty committed Oct 16, 2024
1 parent a960335 commit 7a17295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lens/pkg/DeploymentMetricService.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (impl DeploymentMetricServiceImpl) GetDeploymentMetrics(request *MetricRequ
}
lastRelease = nil
}
metrics, err := impl.populateMetrics(releases, materials, leadTimes, lastRelease)
metrics, err := impl.populateMetrics(materials, leadTimes, lastRelease)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 7a17295

Please sign in to comment.