renamed map object
This commit is contained in:
@ -91,7 +91,7 @@ export async function getTrophies() {
|
||||
new Map(
|
||||
AllTrophies.filter((matchingTrophyId) =>
|
||||
unlockedTrophies.includes(matchingTrophyId.id),
|
||||
).map((unlockedTrophy) => [unlockedTrophy.id, unlockedTrophy]),
|
||||
).map((unlockedTrophyIds) => [unlockedTrophyIds.id, unlockedTrophyIds]),
|
||||
).values(),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user