bigdata fix 169
This commit is contained in:
@@ -28,7 +28,7 @@ class BigDataResumeController extends Controller
|
||||
$type = $request->get("type");
|
||||
|
||||
if (!$filterDate || $filterDate === "latest") {
|
||||
$big_data_resume = BigdataResume::latest()->first();
|
||||
$big_data_resume = BigdataResume::findOrFail(169);
|
||||
if (!$big_data_resume) {
|
||||
return $this->response_empty_resume();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user