From 86aa029442d7d088b5f95682b7eb62e1a924ea1a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 6 May 2023 14:10:13 -0400 Subject: [PATCH] fix missing parts --- www-api/app/Models/ResultFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Models/ResultFormatter.php b/www-api/app/Models/ResultFormatter.php index 8f647ebf..e12e48a0 100644 --- a/www-api/app/Models/ResultFormatter.php +++ b/www-api/app/Models/ResultFormatter.php @@ -174,7 +174,7 @@ class ResultFormatter extends Model "id" => $out["id_${key}"], "offer_uid" => $out["offer_uid_${key}"], "job_uid" => $out["job_uid_${key}"], - "job_description" => cleanUpDescription($out["job_description_${key}"]), + "job_description" => $this->cleanUpDescription($out["job_description_${key}"]), "price" => $out["price_${key}"], "timeline_days" => $out["timeline_days_${key}"], "expire" => $out["expire_${key}"],