fix temporary

This commit is contained in:
Rico van Zelst
2024-04-17 12:59:25 +02:00
parent ad263176db
commit 984690b758
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ class SaleController extends Controller
{
$sales = Cache::remember('sales_data', 60 * 60 * 8, static function () {
$shopData = json_decode(
file_get_contents('https://api.shop.riotgames.com/v3/collections/'),
file_get_contents('https://rico-vz.github.io/shop-depr-temp/download.json'),
true
);
$salesData = array_filter($shopData, static fn ($collection) => $collection['path'] === '/event/sales');