master #77

Merged
vincent.vo merged 2 commits from master into dev 2024-09-21 14:21:54 +10:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db90658482 - 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ề