Fixed syntax error where optional chaining (?.) was used for assignment in updateStats method. Changed to use if checks for null-protection.
24 KiB
24 KiB
Fixed syntax error where optional chaining (?.) was used for assignment in updateStats method. Changed to use if checks for null-protection.