Skip to content

Commit

Permalink
Handle profile with no Unlockable progression
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Apr 29, 2024
1 parent 1d65e9c commit 6c57e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/webFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ webFeaturesRouter.post(
)

for (const [unlockId, data] of Object.entries(
exts.data.Extensions.progression.Unlockables,
exts.data.Extensions.progression.Unlockables ?? {},
)) {
const unlockableId = unlockId.toUpperCase()

Expand Down

0 comments on commit 6c57e34

Please sign in to comment.