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 + // } + // }); }