Commit cda393ef by Arturo Montejo Ráez

Merge branch 'master' into develop

parents 74042fef 2c172b8c
Showing with 3 additions and 1 deletions
......@@ -275,7 +275,9 @@ module.exports = {
.catch(function (err) {
callback(err, l);
});
}
} else {
callback(err, l);
}
}); // end async.eachSeries
})
.catch((err) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment