Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sadortun committed Jun 7, 2021
1 parent 55cd5f8 commit c480f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LiveQuery/ParseLiveQueryServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ class ParseLiveQueryServer {
const parseQuery = new Parse.Query(className);
parseQuery.withJSON(request.query);
request.query = subscription.query;
request.requestId = request.requestId;
request.sessionToken = subscriptionInfo.sessionToken;
request.useMasterKey = client.hasMasterKey;
request.installationId = client.installationId;
Expand Down

0 comments on commit c480f3d

Please sign in to comment.