Merge branch 'api-v3' into v3_make_linter_happy

This commit is contained in:
Blade Barringer
2015-11-09 07:46:01 -06:00
5 changed files with 55 additions and 5 deletions
+1 -2
View File
@@ -688,7 +688,6 @@ mongoose.model('User')
.then((foundMods) => {
// Using push to maintain the reference to mods
mods.push(...foundMods);
}, (err) => {
// @TODO convert this to a catch
}, (err) => { // TODO replace with .catch which for some reason was throwing an error
throw err; // TODO ?
});