diff --git a/app/Http/Controllers/RankingDownloadController.php b/app/Http/Controllers/RankingDownloadController.php index 40b2fac..63cb10f 100644 --- a/app/Http/Controllers/RankingDownloadController.php +++ b/app/Http/Controllers/RankingDownloadController.php @@ -16,7 +16,8 @@ public function index(): JsonResponse ->with('songs', 'artist') ->get(); - defer(fn() => Notification::send(auth()->user(), new DownloadDataNotification($rankings))); + //defer(fn() => ); + Notification::send(auth()->user(), new DownloadDataNotification($rankings)); return response()->json([ 'success' => true,