From 0f846df20e520ac4ccf79965e3ea2c24b3703d77 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Fri, 24 May 2024 16:48:33 +0700 Subject: [PATCH] fix kk1employee --- src/controllers/ProfileEmployeeController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index b1b49c7d..b9bf56b8 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -201,7 +201,7 @@ export class ProfileEmployeeController extends Controller { * @returns */ @Get("kk1/{id}") - public async getKk1(@Path() id: string) { + public async getKk1Employee(@Path() id: string) { const profiles = await this.profileRepo.findOne({ select: [ "citizenId",