fix error
This commit is contained in:
parent
73f762b822
commit
db90658482
|
|
@ -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ề
|
||||
|
|
|
|||
Loading…
Reference in New Issue