Skip to content

Commit 895e2bf

Browse files
authored
Remove duplicate onLiveQueryEvent
1 parent 1ae5c56 commit 895e2bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cloud-code/Parse.Cloud.js

-4
Original file line numberDiff line numberDiff line change
@@ -713,10 +713,6 @@ ParseCloud.beforeUnsubscribe = function (parseClass, handler, validationHandler)
713713
);
714714
};
715715

716-
ParseCloud.onLiveQueryEvent = function (handler) {
717-
triggers.addLiveQueryEventHandler(handler, Parse.applicationId);
718-
};
719-
720716
/**
721717
* Registers an after live query server event function.
722718
*

0 commit comments

Comments
 (0)