try group routes
This commit is contained in:
@@ -110,8 +110,6 @@ class WrenchJobs extends BaseController
|
||||
$out['result_list'] = $filter_job_list;
|
||||
|
||||
// Fileter result_list to wallet country
|
||||
|
||||
|
||||
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
||||
$int_list = $this->getCache($endpoint)["result_list"];
|
||||
$out["interest_list"] = ( isset($int_list) && is_array($int_list) ) ? $int_list : [];
|
||||
|
||||
Reference in New Issue
Block a user