mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
fix typo in emailer
This commit is contained in:
@@ -46,7 +46,7 @@ var fs = require('fs'),
|
||||
|
||||
Emailer.sendToEmail = function(template, email, language, params, callback) {
|
||||
function renderAndTranslate(tpl, params, callback) {
|
||||
async.waterfal([
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
app.render(template, params, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user