-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomers
Description
Hello, I have installed and configure the ParseCloudClass but it looks like because of the Parse import and not using it as a global library failed to register the class.
Removing the import fix the problem for me but now I'm using mine version of the ParseCloudClass.
Also the signatures of the triggers mismatch and leads to other compile issues.
I'm using it with Typescript and saw that your typing and trigger definitions are not right:
processBeforeDelete?: (
req: Parse.Cloud.BeforeSaveRequest, // should be Parse.Cloud.BeforeDeleteRequest
) => Promise<Parse.Object>;
afterDelete?: (
req: Parse.Cloud.AfterSaveRequest, // should be Parse.Cloud.AfterDeleteRequest
) => Promise<Parse.Object>;etc.
Great job with the library! I will be more than happy to see the other libraries from the issues list.
Asen
jcguarinpenaranda
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomers