mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 15:17:26 +02:00
remove throw in email send
This commit is contained in:
@@ -836,8 +836,7 @@ var utils = require('./../public/src/utils.js'),
|
||||
status: "error",
|
||||
message: "send-failed"
|
||||
});
|
||||
// @todo handle error properly
|
||||
throw new Error(err);
|
||||
winston.err(err);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user