mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 13:59:27 +08:00
Added test case for rare crash
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user