diff --git a/src/controllers/KpiUserEvaluationController.ts b/src/controllers/KpiUserEvaluationController.ts index 02dec2b..4a95262 100644 --- a/src/controllers/KpiUserEvaluationController.ts +++ b/src/controllers/KpiUserEvaluationController.ts @@ -421,7 +421,7 @@ export class KpiUserEvaluationController extends Controller { const organization = fullNameParts .filter((part) => part !== undefined && part !== null) - .join(" "); + .join("\n"); return { id: item.id,