diff --git a/server/account/src/operations.ts b/server/account/src/operations.ts index d931aa2f80..01732e7c1d 100644 --- a/server/account/src/operations.ts +++ b/server/account/src/operations.ts @@ -1289,7 +1289,7 @@ export async function createMissingEmployee ( throw new PlatformError(new Status(Severity.ERROR, platform.status.AccountNotFound, { account: email })) } - await createPersonAccount(account, productId, wsInfo.workspaceId, true) + await createPersonAccount(account, productId, wsInfo.workspaceId, false) } /**