Skip to content

Commit

Permalink
need the username
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Jan 28, 2025
1 parent 9d02d5a commit f7bb58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BeatmapsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function index()
::whereIn('beatmap_id', $ids)
->whereHas('beatmapset')
->with([
'beatmapOwners',
'beatmapOwners.user',
'beatmapset',
'beatmapset.userRatings' => fn ($q) => $q->select('beatmapset_id', 'rating'),
'failtimes',
Expand Down

0 comments on commit f7bb58b

Please sign in to comment.