forgotten return

This commit is contained in:
Simon Martín
2018-08-01 16:22:43 +02:00
parent 01658c33fd
commit 44ba5aa568
+1 -1
View File
@@ -249,7 +249,7 @@ TemplateMaps.prototype.addTemplate = function(owner, template, callback) {
}
this.emit('add', owner, template.name, template);
callback(null, template.name, template);
return callback(null, template.name, template);
});
});
};