expanded no farmating

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 17:21:26 -04:00
parent f94e299beb
commit ecb0946f8f
2 changed files with 8 additions and 2 deletions
+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; dont send this line , the formater will be confused
$in["action"] = -1; // bad number - we dont want formating WRENCHBOARD_ACCOUNT_JOBLIST; dont send this line , the formater will be confused
$out=[];
$endpoint = "JOB_DATA-". $in["uid"];