diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 7ae61e52..375ed2c4 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -17,7 +17,7 @@ class WrenchJobs extends BaseController $in = json_decode($raw_json, true); $in["action"] = WRENCHBOARD_JOB_STATS_INTEREST; $out=[]; - $endpoint = "CLIENT_STATS-". $in["client_id"]; + $endpoint = "CLIENT_STATS-". $in["client_uid"]; $out = $this->getCache($endpoint); if ( count($out)==0 ){