diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 7244f0a1..5ff0f1da 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -68,6 +68,10 @@ class WrenchJobs extends BaseController $out['internal_return'] = 0; // just backwad comaptobility log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret "); } + + $endpoint = "WRENCH_JOB_INTEREST_COUNT"; + $out["interest_list"] = $this->getCache($endpoint); + log_message('critical', "***** ***** WrenchJobs::getJobsData Ret "); return $this->respond( $this->summaryReturnData($in,$out), 200); }