formater error

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 17:10:00 -04:00
parent 42ea1149cc
commit 17c9cc3fea
+1 -1
View File
@@ -15,7 +15,7 @@ class WrenchJobs extends BaseController
public function getJobsData() {
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
//$in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST; dont send this line , the formater will be confused
$out=[];
$endpoint = "JOB_DATA-". $in["uid"];