Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
fix(server): correct typo using this instead of server
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 8, 2018
1 parent 6d64b95 commit c54f040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sdam/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function executeWriteOperation(args, options, callback) {
}

// Execute write
return this.s.wireProtocolHandler[op](server.s.pool, ns, server.s.bson, ops, options, callback);
return server.s.wireProtocolHandler[op](server.s.pool, ns, server.s.bson, ops, options, callback);
}

function saslSupportedMechs(options) {
Expand Down

0 comments on commit c54f040

Please sign in to comment.