Skip to content

Commit

Permalink
fixed cache mixture bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk05 committed Aug 20, 2022
1 parent 7c868cb commit c1dbb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
if ($DEBUG) var_dump($team_object);
} else {
$team_object = json_decode($local_donor, true);
$team_object = json_decode($local_team, true);
}
} else {
// Request for data
Expand Down

0 comments on commit c1dbb8e

Please sign in to comment.