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;
|
email: string;
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
const profile = await this.profileRepo.findOne({
|
// const profile = await this.profileRepo.findOne({
|
||||||
where:{
|
// where:{
|
||||||
id: body.profileId,
|
// id: body.profileId,
|
||||||
email: body.email
|
// email: body.email
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue