Skip to content

Commit 5872c13

Browse files
authored
Revert "Show channel IDs in channel prompt when starting dev server" (#1223)
Revert "Show channel IDs in channel prompt when starting dev server (#1222)" This reverts commit ac55f21.
1 parent ac55f21 commit 5872c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/stencil-push.utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ utils.promptUserToSelectChannel = async (channels) => {
442442
name: 'channelId',
443443
message: 'Which channel would you like to use?',
444444
choices: channels.map((channel) => ({
445-
name: `${channel.url} [${channel.channel_id}] `,
445+
name: channel.url,
446446
value: channel.channel_id,
447447
})),
448448
},

0 commit comments

Comments
 (0)