From 17c9cc3fea03c8fd4517de60b7d79795af1eead9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 21 Aug 2024 17:10:00 -0400 Subject: [PATCH] formater error --- www-api/app/Controllers/WrenchJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 82fbb0d4..3971512d 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -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"];