Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sadortun committed Jun 7, 2021
1 parent 2e70b92 commit 55cd5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/LiveQuery/ParseLiveQueryServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ class ParseLiveQueryServer {
parseQuery.withJSON(request.query);
request.query = subscription.query;
request.requestId = request.requestId;
request.sessionToken = subscriptionInfo.sessionToken;
request.useMasterKey = client.hasMasterKey;
request.sessionToken = subscriptionInfo.sessionToken;
request.useMasterKey = client.hasMasterKey;
request.installationId = client.installationId;

await runTrigger(trigger, `beforeUnsubscribe.${className}`, request, auth);
Expand Down
4 changes: 0 additions & 4 deletions src/cloud-code/Parse.Cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ ParseCloud.onLiveQueryEvent = function (handler) {
triggers.addLiveQueryEventHandler(handler, Parse.applicationId);
};



/**
* Registers a before live query subscription function.
*
Expand Down Expand Up @@ -719,8 +717,6 @@ ParseCloud.onLiveQueryEvent = function (handler) {
triggers.addLiveQueryEventHandler(handler, Parse.applicationId);
};



/**
* Registers an after live query server event function.
*
Expand Down

0 comments on commit 55cd5f8

Please sign in to comment.