wip(backend): Initial work on people
This commit is contained in:
parent
75841ff0a2
commit
d1f9528e70
11 changed files with 532 additions and 21 deletions
|
@ -367,7 +367,6 @@ UserModel.prototype.unsafeUpdate = async function (body) {
|
|||
},
|
||||
userId: this.record.id,
|
||||
})
|
||||
console.log(this.config.tests)
|
||||
if (!isUnitTest || this.config.tests.sendEmail) {
|
||||
// Send confirmation email
|
||||
await this.mailer.send({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue