diff --git a/app/Http/Controllers/PdfController.php b/app/Http/Controllers/PdfController.php index ce1cd1e..da091c9 100644 --- a/app/Http/Controllers/PdfController.php +++ b/app/Http/Controllers/PdfController.php @@ -720,12 +720,12 @@ class PdfController extends Controller // ], 404); // } - if ($machineId == null || $machineId == '' || ! $machineId) { - return response()->json([ - 'status_code' => 'ERROR', - 'status_description' => "Machine ID can't be empty!", - ], 404); - } + // if ($machineId == null || $machineId == '' || ! $machineId) { + // return response()->json([ + // 'status_code' => 'ERROR', + // 'status_description' => "Machine ID can't be empty!", + // ], 404); + // } if ($createdBy == null || $createdBy == '' || ! $createdBy) { return response()->json([