*  regression test for #1288

* 🎉 fixes #1288
This commit is contained in:
Florent Vilmart
2016-04-04 14:27:11 -04:00
parent ec6a39718d
commit 91de7504fe
2 changed files with 33 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ RestWrite.prototype.runBeforeTrigger = function() {
if (this.query && this.query.objectId) {
delete this.data.objectId
}
return this.validateSchema();
}
});
};
@@ -302,7 +303,7 @@ RestWrite.prototype.handleAuthData = function(authData) {
'this auth is already used');
}
}
}
}
return Promise.resolve();
});
}