removed formater
This commit is contained in:
@@ -109,7 +109,7 @@ class WrenchJobs extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->doCacheStep($in, $out);
|
$this->doCacheStep($in, $out);
|
||||||
$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
|
//$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
|
||||||
$final_out["environment"] = $current_env + 0; // force convert to interger = $this->getSiteConfigurations("system.live");
|
$final_out["environment"] = $current_env + 0; // force convert to interger = $this->getSiteConfigurations("system.live");
|
||||||
$final_out["session_image_server"] = $primary_image_sever; // ( $final_out["environment"] > 0 )? 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/getmedia/' : "https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/getmedia/";
|
$final_out["session_image_server"] = $primary_image_sever; // ( $final_out["environment"] > 0 )? 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/getmedia/' : "https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/getmedia/";
|
||||||
$final_out["server_tag"] = $server_tag;
|
$final_out["server_tag"] = $server_tag;
|
||||||
|
|||||||
Reference in New Issue
Block a user