Skip to content

Commit 1921095

Browse files
committed
Merge branch 'main' into boo
2 parents bec1564 + 26cb9c7 commit 1921095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/stats/talismans.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = async (profile) => {
6666
output.enriched++;
6767
}
6868
}
69-
if(profile.rift.access.consumed_prism === true) {
69+
if (profile?.rift?.access?.consumed_prism === true) {
7070
output.magicPower += 11
7171
}
7272

0 commit comments

Comments
 (0)