@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.
- package/build/index.js +1 -1
- 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?.
|
|
298386
|
+
const teams = response?.organization?.teams?.nodes;
|
|
298387
298387
|
if (!teams)
|
|
298388
298388
|
return {};
|
|
298389
298389
|
let result = {
|