From b4078299f537d5d36da26a0756ce995c0d328317 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 6 Aug 2024 10:24:05 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/KpiPlanController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/KpiPlanController.ts b/src/controllers/KpiPlanController.ts index cd4b1e1..802681c 100644 --- a/src/controllers/KpiPlanController.ts +++ b/src/controllers/KpiPlanController.ts @@ -605,7 +605,7 @@ export class kpiPlanController extends Controller { * API summary ของตัวชี้วัดในระบบ */ @Post("summary/indicator") - async GetSummary(@Path() id: string) { + async GetSummary() { const kpiPlan = await this.kpiPlanRepository.count(); const kpiRole = await this.kpiRoleRepository.count(); const kpiSpecial = await this.kpiSpecialRepository.count();