diff --git a/json_otaversions.php b/json_otaversions.php index a7f9301..e7e0aaf 100644 --- a/json_otaversions.php +++ b/json_otaversions.php @@ -55,6 +55,7 @@ foreach ($refs as $ref) { 'num_missing' => count($missing_froms), 'missing_froms' => $missing_froms, 'latest_ota' => $latest_ota, + 'update_map' => $update_map, ); } }