From 102ed97ed534d4d62549ee65ef4ab4efe35f1cf8 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 11 Aug 2025 16:12:36 -0400 Subject: [PATCH] getJobsData --- www-api/app/Controllers/WrenchJobs.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 40aa1595..85a81f82 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -76,13 +76,11 @@ class WrenchJobs extends BaseController } if ( $countItem == 0 ){ - $in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST; $out=[]; $ret = $this->wrenchboard->wrenchboard_api($in, $out); $out['internal_return'] = $ret; - // $local_url = "http://".$this->micro_service_net1.":3033/marketjobs"; // $out = $this->APIcall('GET', $local_url, $in); // dont cache junk @@ -119,7 +117,6 @@ class WrenchJobs extends BaseController log_message('critical', "***** ***** WrenchJobs::JOB AFTER FILTER Ret ". serialize($filter_job_list)); $out['result_list'] = $filter_job_list; - // Fileter result_list to wallet country $endpoint = "WRENCH_JOB_INTEREST_COUNT"; $int_list = $this->getCache($endpoint)["result_list"];