Fix CS
This commit is contained in:
@@ -31,8 +31,8 @@ class AddMetricPointCommandHandler
|
|||||||
$createdAt = $command->createdAt;
|
$createdAt = $command->createdAt;
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'metric_id' => $metric->id,
|
'metric_id' => $metric->id,
|
||||||
'value' => $command->value,
|
'value' => $command->value,
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($createdAt) {
|
if ($createdAt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user