Skip to content

Commit

Permalink
fix(nesbus): pass options to underlying library
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiassaf committed Jan 10, 2023
1 parent 7db1730 commit 0ce4ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/nesbus/src/lib/routing/register-message-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function registerMessageHandler(receiver: Receiver | SessionReceive
}, 10);
};

receiver.registerMessageHandler(onMessage, onErrorRouter);
receiver.registerMessageHandler(onMessage, onErrorRouter, options);
poll();
});
}

0 comments on commit 0ce4ff4

Please sign in to comment.