From 4d33c8fc9f83a25615f22b65c73d62a94db42c36 Mon Sep 17 00:00:00 2001 From: Adisak Date: Fri, 31 Oct 2025 14:37:52 +0700 Subject: [PATCH] add \n orgName --- src/controllers/KpiUserEvaluationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,