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 3554d4b commit d494908Copy full SHA for d494908
src/commands/token/capability/worker.js
@@ -106,7 +106,7 @@ class WorkerCapabilityTokenGenerator extends TwilioClientCommand {
106
}
107
108
109
-const {_identity, globals} = { ...globalFlags };
+const { _identity, globals } = { ...globalFlags };
110
111
WorkerCapabilityTokenGenerator.flags = Object.assign(
112
taskrouterFlags,
src/commands/token/flex.js
@@ -48,7 +48,7 @@ class FlexTokenGenerator extends TwilioClientCommand {
48
49
50
51
52
53
FlexTokenGenerator.flags = Object.assign(
54
0 commit comments