reviewable-enterprise-tools 1.5.7 → 1.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/extract_data.js +1 -1
  2. package/package.json +1 -1
package/extract_data.js CHANGED
@@ -455,7 +455,7 @@ function mapUserKey(userKey, context) {
455
455
  pace.total += 1;
456
456
  }
457
457
  const newUserKey = userMap[userKey] || 'github:1';
458
- if (newUserKey === 'github:1') ghostedUsers.push({userKey, context});
458
+ if (!userMap[userKey]) ghostedUsers.push({userKey, context});
459
459
  return newUserKey;
460
460
  }
461
461
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reviewable-enterprise-tools",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "type": "module",
5
5
  "description": "Admin tools for Reviewable Enterprise",
6
6
  "bin": {