* Modify return .

This commit is contained in:
宋辰轩
2022-11-09 14:21:15 +08:00
parent 25fec30f8b
commit 9d25f1af1c
+1 -1
View File
@@ -89,7 +89,7 @@ class testresultsEntry extends entry
$data = $this->getData();
if(isset($data->result) and $data->result == 'fail') return $this->sendError(400, $data->message);
$this->send(200, array());
return $this->send(200, array());
}
/**