Skip to content

Commit

Permalink
fix(monitoring): correct spelling mistake for heartbeat event
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 9, 2019
1 parent 194dcf0 commit 21aa117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/sdam/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function monitorServer(server, options) {

const isMaster = result.result;
server.emit(
'serverHeartbeatSucceded',
'serverHeartbeatSucceeded',
new ServerHeartbeatSucceededEvent(duration, isMaster, server.name)
);

Expand Down

0 comments on commit 21aa117

Please sign in to comment.