This commit is contained in:
James Cole
2025-02-09 17:39:18 +01:00
parent 3aa946e028
commit 41ad35880d
2 changed files with 3 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ class Steam
$cache->addProperty($account->id);
$cache->addProperty('final-balance-in-range');
$cache->addProperty($start);
$cache->addProperty($convertToNative);
$cache->addProperty($end);
if ($cache->has()) {
return $cache->get();