Sprint-4/MS-36-FE-Technical #92

Merged
joseph merged 16 commits from Sprint-4/MS-36-FE-Technical into master 2024-09-25 10:54:42 +10:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ff5e31ee94 - Show all commits

View File

@ -121,7 +121,7 @@ class TechnicalController extends Controller
->orderBy('point', 'desc')
->get();
if ($technicals->isEmpty()) {
return AbstractController::ResultError("No technicals found for this user.");
return [];
}
// Chuẩn bị dữ liệu để trả về