fixed potential bug in rewards

This commit is contained in:
psychobunny
2015-02-25 13:42:14 -05:00
parent ba9bba1dd8
commit 80116c3e30

View File

@@ -15,7 +15,7 @@ rewards.save = function(data, callback) {
data.id = id;
async.parallel([
async.waterfall([
function(next) {
rewards.delete(data, next);
},