Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Oct 20, 2020
1 parent 8873cfe commit 8704e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LiveQuery/ParseLiveQueryServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ class ParseLiveQueryServer {
originalParseObject.className =
res.original.className || className;
}

const functionName = 'push' + message.event;
if (client[functionName]) {
client[functionName](
Expand Down

0 comments on commit 8704e26

Please sign in to comment.