We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf5477 commit f842870Copy full SHA for f842870
components/launchdarkly/actions/list-environments/list-environments.mjs
@@ -47,9 +47,6 @@ export default {
47
if (this.filter && !Array.isArray(this.filter)) {
48
throw new ConfigurationError("Filter must be an array");
49
}
50
- if (this.expand && !Array.isArray(this.expand)) {
51
- throw new ConfigurationError("Expand must be an array");
52
- }
53
54
const params = {
55
filter: this.filter?.join(","),
0 commit comments