We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0229a commit ffd0848Copy full SHA for ffd0848
1 file changed
auc-metrics/code/tasks/AUCMetricTask.php
@@ -48,7 +48,6 @@ public function run()
48
$expiryDate = date('Y-m-d', strtotime(AUCMetric::config()->expiry));
49
$newMetricCount = 0;
50
$errorData = ArrayList::create();
51
- $this->services = [$this->services[count($this->services) -1 ]];
52
foreach ($this->services as $service) {
53
$identifier = $service->getMetricIdentifier();
54
$this->writeHeader("Running service $identifier");
0 commit comments