steamutils 1.5.19 → 1.5.20
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4033,7 +4033,7 @@ export default class SteamUser {
|
|
4033
4033
|
}
|
4034
4034
|
|
4035
4035
|
const parsedActivities = activityTypeHandlers[handlerKey](blotterBlockEl) || [];
|
4036
|
-
if (Array.isArray(
|
4036
|
+
if (Array.isArray(parsedActivities)) {
|
4037
4037
|
for (const parsedActivity of parsedActivities) {
|
4038
4038
|
parsedActivity.type ||= handlerKey;
|
4039
4039
|
parsedActivity.timestamp = timestamp;
|