mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2025-02-16 13:48:27 +00:00
Initialising variable to avoid error
This commit is contained in:
parent
9bcb976a89
commit
c4a7d2ce57
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ class QueuePopularApps extends Command
|
|||
|
||||
$apps = json_decode($result->getBody(), true);
|
||||
|
||||
$i = 0;
|
||||
|
||||
foreach ($apps as $appId => $app) {
|
||||
if ($free && $app['price'] != 0) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue