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