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();