Added test case for rare crash

This commit is contained in:
DallonF
2012-08-20 10:03:11 -07:00
parent 1c3e82be97
commit c60aee9d66
2 changed files with 7 additions and 1 deletions

View File

@@ -118,7 +118,6 @@ UserCollection.prototype.handle = function (ctx) {
ctx.done(err, res);
}
console.log(ctx.query);
if(ctx.query.id || ctx.body.id) {
this.save(ctx, done);
} else {