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",