We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d1deb commit a1e48feCopy full SHA for a1e48fe
src/ParseLiveQuery.js
@@ -145,7 +145,7 @@ let DefaultLiveQueryController = {
145
});
146
},
147
subscribe(query: any): EventEmitter {
148
- let subscriptionWrap = new events.EventEmitter();
+ let subscriptionWrap = new EventEmitter();
149
150
getLiveQueryClient().then((liveQueryClient) => {
151
if (liveQueryClient.shouldOpen()) {
0 commit comments