mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 00:34:10 +07:00
node_modules: update
This commit is contained in:
2
node_modules/nodemailer/lib/well-known/index.js
generated
vendored
2
node_modules/nodemailer/lib/well-known/index.js
generated
vendored
@ -41,7 +41,7 @@ function normalizeService(service) {
|
||||
* @param {String} key [description]
|
||||
* @returns {Object} SMTP config or false if not found
|
||||
*/
|
||||
module.exports = function(key) {
|
||||
module.exports = function (key) {
|
||||
key = normalizeKey(key.split('@').pop());
|
||||
return normalized[key] || false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user