fix kk1employee

This commit is contained in:
AnandaTon 2024-05-24 16:48:33 +07:00
parent ee030a0e2d
commit 0f846df20e

View file

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