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 a37d1ee commit a4e073eCopy full SHA for a4e073e
src/Controllers/HooksController.js
@@ -144,7 +144,7 @@ export class HooksController {
144
if (aHook.functionName) {
145
return this.getFunction(aHook.functionName).then(result => {
146
if (result) {
147
- throw new Parse.Error(143, `function name: ${aHook.functionName} already exits`);
+ throw new Parse.Error(143, `function name: ${aHook.functionName} already exists`);
148
} else {
149
return this.createOrUpdateHook(aHook);
150
}
0 commit comments