Skip to content

Commit bd6ddd2

Browse files
authored
Update main.js
1 parent 96d7053 commit bd6ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Parse.Cloud.define('asyncFunction', async (req) => {
1010
});
1111

1212
Parse.Cloud.beforeSave('Test', () => {
13-
throw new Parse.Error(211,'Saving test objects is not available.')
13+
throw new Parse.Error(212,'Saving test objects is not available.')
1414
});

0 commit comments

Comments
 (0)