Skip to content

Commit

Permalink
fix(Must return parameter names): Get a list of all output parameter …
Browse files Browse the repository at this point in the history
…names
  • Loading branch information
jolzee committed Nov 25, 2020
1 parent cd1b86c commit 329e4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/teneo-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default class TeneoResponse {
for (let [key] of Object.entries(this.json.output.parameters)) {
paramNames.push(key);
}
return paramNames;
}

hasParametersStartingWith(prefix) {
Expand Down

0 comments on commit 329e4e5

Please sign in to comment.