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 94d7c2e commit 901ffc9Copy full SHA for 901ffc9
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