diff --git a/web/app/controllers/api_users_controller.rb b/web/app/controllers/api_users_controller.rb index 28f75f5b9..6ac36c43b 100644 --- a/web/app/controllers/api_users_controller.rb +++ b/web/app/controllers/api_users_controller.rb @@ -95,8 +95,7 @@ class ApiUsersController < ApiController @profile = User.includes([{musician_instruments: :instrument}, {band_musicians: :user}, {genre_players: :genre}, - :bands, :instruments, :genres, - :online_presences, :performance_samples]) + :bands, :online_presences, :performance_samples]) .find(params[:id]) @show_teacher_profile = params[:show_teacher]