@axway/axway-central-cli 2.9.1 → 2.9.2
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.
|
@@ -166,7 +166,7 @@ async function resolveTeamNames({
|
|
|
166
166
|
column.jsonPath = `.${targetJsonPath}`; // next loop over data and set the team name
|
|
167
167
|
|
|
168
168
|
for (const {
|
|
169
|
-
data
|
|
169
|
+
data = []
|
|
170
170
|
} of results) {
|
|
171
171
|
for (const obj of data) {
|
|
172
172
|
const value = (0, _get.default)(obj, jsonPath);
|