From 6abb33ccff69475ebeb8eba071f6ceb602bff3e9 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 20 Nov 2024 15:07:17 +0700 Subject: [PATCH] fix --- src/controllers/ProfileController.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index ce0483f7..06635fe0 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -1927,12 +1927,12 @@ export class ProfileController extends Controller { email: string; }, ) { - const profile = await this.profileRepo.findOne({ - where:{ - id: body.profileId, - email: body.email - } - }); + // const profile = await this.profileRepo.findOne({ + // where:{ + // id: body.profileId, + // email: body.email + // } + // }); }