mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-08 21:06:47 +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();
|
return next();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(JSON.stringify(result.value, false, 2));
|
||||||
|
|
||||||
userHandler.create(result.value, (err, id) => {
|
userHandler.create(result.value, (err, id) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
res.json({
|
res.json({
|
||||||
|
|
Loading…
Add table
Reference in a new issue