renamed map object

This commit is contained in:
Polaris
2024-08-19 19:14:47 -04:00
parent b303fbcc9a
commit 552f737650
5 changed files with 14 additions and 11 deletions

View File

@ -111,9 +111,9 @@ export async function getAllAvatarParts(category: number) {
matchingAvatarParts.avatarAccessoryId,
),
)
.map((unlockedAvatarPart) => [
unlockedAvatarPart.avatarAccessoryId,
unlockedAvatarPart,
.map((unlockedAvatarPartIds) => [
unlockedAvatarPartIds.avatarAccessoryId,
unlockedAvatarPartIds,
]),
).values(),
);