renamed map object
This commit is contained in:
@ -111,9 +111,9 @@ export async function getAllAvatarParts(category: number) {
|
||||
matchingAvatarParts.avatarAccessoryId,
|
||||
),
|
||||
)
|
||||
.map((unlockedAvatarPart) => [
|
||||
unlockedAvatarPart.avatarAccessoryId,
|
||||
unlockedAvatarPart,
|
||||
.map((unlockedAvatarPartIds) => [
|
||||
unlockedAvatarPartIds.avatarAccessoryId,
|
||||
unlockedAvatarPartIds,
|
||||
]),
|
||||
).values(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user