Implement pointer types in postgres. (#2086)

* Support pointers in postgres

* implement count

* Fix bug in createClass
This commit is contained in:
Drew
2016-06-17 11:09:42 -07:00
committed by GitHub
parent ab06055369
commit 006540cda5
6 changed files with 37 additions and 17 deletions

View File

@@ -135,8 +135,7 @@ describe("test validate_receipt endpoint", () => {
});
});
it("should fail at appstore validation", (done) => {
it("should fail at appstore validation", done => {
request.post({
headers: {
'X-Parse-Application-Id': 'test',