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 cf7cbad commit 435c6e1Copy full SHA for 435c6e1
src/commands/rtc/apps/video/deploy.js
@@ -24,11 +24,11 @@ class DeployCommand extends TwilioClientCommand {
24
} else {
25
console.log('A Video app is already deployed. Use the --override flag to override the existing deployment.');
26
await displayAppInfo.call(this);
27
+ return;
28
}
- } else {
29
- await deploy.call(this);
30
- await displayAppInfo.call(this);
31
+ await deploy.call(this);
+ await displayAppInfo.call(this);
32
33
34
0 commit comments