Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Dec 1, 2024
1 parent 75ba03d commit 654b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/party/ClientPartyMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class ClientPartyMember extends PartyMember {

const parsedVariants: CosmeticsVariantMeta = {
athenaCharacter: {
i: outfit?.variants?.map((v) => ({
i: outfit.variants?.map((v) => ({
c: v.channel,
v: v.variant,
dE: v.dE || 0,
Expand Down

0 comments on commit 654b62c

Please sign in to comment.