Skip to content

Commit

Permalink
this function is sync
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 20, 2023
1 parent 348ac70 commit 5f326dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hijack/instrument.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Kadira._startInstrumenting = async function (callback) {
wrapFs();
wrapRouters();

MeteorX.onReady(async function () {
MeteorX.onReady(function () {
// instrumenting session
wrapServer(MeteorX.Server.prototype);
wrapSession(MeteorX.Session.prototype);
Expand Down

0 comments on commit 5f326dc

Please sign in to comment.