add grid_artifact and weapon_series to party show includes

This commit is contained in:
Justin Edmund 2025-12-13 21:39:47 -08:00
parent 56280eb0ff
commit 981feff814

View file

@ -260,9 +260,9 @@ module Api
def set_from_slug
@party = Party.includes(
:user, :job, { raid: :group },
{ characters: %i[character awakening] },
{ characters: [:character, :awakening, :grid_artifact] },
{ weapons: {
weapon: [:awakenings],
weapon: [:awakenings, :weapon_series],
awakening: {},
weapon_key1: {},
weapon_key2: {},