$outResult
This commit is contained in:
@@ -476,12 +476,12 @@ wrenchboard=#
|
||||
array("uid"=>"149b7a30-f089-48c3-b351-3eb90e417c4c", "title"=>" General science quiz"),
|
||||
];
|
||||
}
|
||||
public function summaryReturnData($in,$out){
|
||||
public function summaryReturnData($in,$outResult){
|
||||
if ($in["action"] == -1 ){
|
||||
$final_out = $in;
|
||||
$final_out = $outResult;
|
||||
}
|
||||
else{
|
||||
$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
|
||||
$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $outResult);
|
||||
}
|
||||
|
||||
$final_out["environment"] = $this->current_env + 0;
|
||||
|
||||
Reference in New Issue
Block a user