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 d4b2383 commit 89f47a7Copy full SHA for 89f47a7
src/TeamSyncer.ts
@@ -618,7 +618,7 @@ export class TeamSyncer {
618
}
619
620
const aliasPrefix = this.getAliasPrefix(teamId);
621
- const alias = aliasPrefix ? `${aliasPrefix}${channel.name.toLowerCase()}` : channel.name.toLowerCase();
+ const alias = aliasPrefix ? `${aliasPrefix}${channel.name.toLowerCase()}` : undefined;
622
let topic: undefined|string;
623
if (channel.purpose) {
624
topic = channel.purpose.value;
0 commit comments