Transactional mail: minor template-sender refactoring

This commit is contained in:
Alexey Zinkevych 2019-04-02 16:35:57 +03:00
parent e588e218b6
commit 8b39a101cd
3 changed files with 24 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{
"extends": "nodemailer",
"parserOptions": { "ecmaVersion": 2017 }
"parserOptions": { "ecmaVersion": 2018 }
}