steamutils 1.5.19 → 1.5.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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([parsedActivities])) {
4036
+ if (Array.isArray(parsedActivities)) {
4037
4037
  for (const parsedActivity of parsedActivities) {
4038
4038
  parsedActivity.type ||= handlerKey;
4039
4039
  parsedActivity.timestamp = timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",