Skip to content

Commit

Permalink
feat: add several more metrics and info
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed Feb 18, 2024
1 parent def94bb commit f9d3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/hijack/wrapSubscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function wrapSubscription () {
};
callbacks.onReady = onReady;
return oldSubscribe(arguments[0],...params, callbacks);
}.bind(Meteor.connection);
};
}
export function unwrapSubscription () {
Meteor.subscribe = oldSubscribe;
Expand Down

0 comments on commit f9d3a2b

Please sign in to comment.