Skip to content

Commit f33695d

Browse files
eloquentizegithub-actions[bot]
authored andcommitted
Fix styling
1 parent e0e1fea commit f33695d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/PropertyAggregate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public function handle()
101101
$period = $this->buildPeriod($date, $periodType, $dateFormat);
102102
$metrics = $this->perform($model, $aggregation, $property, $period, $event, $modelsPath, $scope, $scopeValue);
103103
$metricsData = $this->prepareMetricsData($metrics, $period, $event);
104-
105104

106105
$this->sendMetricsData($metricsData, env('ELOQUENTIZE_API_TOKEN'));
107106

0 commit comments

Comments
 (0)