แก้ error

This commit is contained in:
Kittapath 2024-08-06 10:24:05 +07:00
parent 369803113e
commit b4078299f5

View file

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