@shushed/helpers 0.0.220 → 0.0.221

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.
@@ -276,7 +276,7 @@ class CentraHelper extends env_1.default {
276
276
  nextCursor = null;
277
277
  }
278
278
  if (campaignConnection && campaignConnection.edges?.length) {
279
- for (let i = campaignConnection.edges.length; i < (names?.length || 0); i++) {
279
+ for (let i = 0; i < campaignConnection.edges.length; i++) {
280
280
  const { node } = campaignConnection.edges[i];
281
281
  result[node.name] = node;
282
282
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.220",
3
+ "version": "0.0.221",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",