Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require('mongoskin').ReplSetServers undefined #193

Closed
stdarg opened this issue May 2, 2016 · 1 comment
Closed

require('mongoskin').ReplSetServers undefined #193

stdarg opened this issue May 2, 2016 · 1 comment

Comments

@stdarg
Copy link

stdarg commented May 2, 2016

Why does this return 'undefined' in versions 2.0.0 and greater?

var mongo = require('mongoskin');
console.log('typeof mongo.ReplSetServers', typeof mongo.ReplSetServers);
@stdarg stdarg closed this as completed May 2, 2016
@stdarg
Copy link
Author

stdarg commented May 2, 2016

The issue is that it's no longer in later versions of mongo. That its use is documented on mongoskin's docs and example is confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant