client_uid

This commit is contained in:
CHIEFSOFT\ameye
2024-07-20 19:27:23 -04:00
parent cf5d16f8fc
commit aacc9b5b4b
+1 -1
View File
@@ -17,7 +17,7 @@ class WrenchJobs extends BaseController
$in = json_decode($raw_json, true); $in = json_decode($raw_json, true);
$in["action"] = WRENCHBOARD_JOB_STATS_INTEREST; $in["action"] = WRENCHBOARD_JOB_STATS_INTEREST;
$out=[]; $out=[];
$endpoint = "CLIENT_STATS-". $in["client_id"]; $endpoint = "CLIENT_STATS-". $in["client_uid"];
$out = $this->getCache($endpoint); $out = $this->getCache($endpoint);
if ( count($out)==0 ){ if ( count($out)==0 ){