Various code cleanup.

This commit is contained in:
James Cole
2021-05-24 08:22:41 +02:00
parent 2bff7750b4
commit 3ec9753808
41 changed files with 65 additions and 16 deletions

View File

@@ -114,7 +114,6 @@ class AccountController extends Controller
'yAxisID' => 0, // 0, 1, 2
'entries' => [],
];
/** @var Carbon $currentStart */
$currentStart = clone $start;
$range = app('steam')->balanceInRange($account, $start, clone $end);
$previous = round((float)array_values($range)[0], 12);