@firestartr/cli 1.50.1-snapshot-27 → 1.50.1-snapshot-28

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -298383,7 +298383,7 @@ async function getOrgTeamsDirectAccess(org) {
298383
298383
  }
298384
298384
  ;
298385
298385
  function transformGraphQLResponse(response) {
298386
- const teams = response?.data?.organization?.teams?.nodes;
298386
+ const teams = response?.organization?.teams?.nodes;
298387
298387
  if (!teams)
298388
298388
  return {};
298389
298389
  let result = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-27",
3
+ "version": "1.50.1-snapshot-28",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",