fix
This commit is contained in:
parent
854785434f
commit
6abb33ccff
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
// }
|
||||
// });
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue