We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d7053 commit bd6ddd2Copy full SHA for bd6ddd2
cloud/main.js
@@ -10,5 +10,5 @@ Parse.Cloud.define('asyncFunction', async (req) => {
10
});
11
12
Parse.Cloud.beforeSave('Test', () => {
13
- throw new Parse.Error(211,'Saving test objects is not available.')
+ throw new Parse.Error(212,'Saving test objects is not available.')
14
0 commit comments