Skip to content

Commit

Permalink
Update Stats.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomunica authored Dec 1, 2024
1 parent 1c23688 commit 5c25738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Resources/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function toArray($request)
'average_time' => $this->average_flight_time,
'average_score' => number_format($this->average_score),
'balance' => $this->balance,
'average_fuel' => number_format($this->average_fuel_used / 2.20462262185)." Kg",
'average_fuel' => number_format($this->average_fuel_used / 2.20462262185).' Kg',
'average_landing' => number_format($this->average_landing_rate),
];
}
Expand Down

0 comments on commit 5c25738

Please sign in to comment.