Skip to content

Commit 632fa58

Browse files
committed
Remove the dash
1 parent 871f932 commit 632fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/functions/entraId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ export async function createM365Group(
751751
const groupSuffix = environmentConfig[runEnvironment].GroupSuffix;
752752
const groupEmailSuffix = environmentConfig[runEnvironment].GroupEmailSuffix;
753753
const [localPart, _] = groupEmailSuffix.split("@");
754-
const safeMailNickname = `${mailNickname.toLowerCase().replace(/\s/g, "")}-${localPart}`;
754+
const safeMailNickname = `${mailNickname.toLowerCase().replace(/\s/g, "")}${localPart}`;
755755
const groupName = `${displayName} ${groupSuffix}`;
756756

757757
try {

0 commit comments

Comments
 (0)