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