mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-07 20:40:30 +08:00
change
This commit is contained in:
parent
96e735c0c7
commit
a6c151bc6d
1 changed files with 2 additions and 0 deletions
|
@ -523,6 +523,8 @@ module.exports = (db, server, userHandler) => {
|
|||
return next();
|
||||
}
|
||||
|
||||
console.log(JSON.stringify(result.value, false, 2));
|
||||
|
||||
userHandler.create(result.value, (err, id) => {
|
||||
if (err) {
|
||||
res.json({
|
||||
|
|
Loading…
Add table
Reference in a new issue