We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a07d9 + 92ea88c commit 1c0b22eCopy full SHA for 1c0b22e
src/route/blizzard/index.ts
@@ -107,6 +107,7 @@ async function fetchCharacter(
107
code: activeTree.talent_loadout_code,
108
nodes: activeTree.selected_class_talents
109
.concat(activeTree.selected_spec_talents)
110
+ .filter(Boolean) // sometimes the blizzard api does terrible, terrible things
111
.map(({ id, rank }) => ({ id, rank })),
112
}
113
: undefined,
0 commit comments