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

typo in ch15/meadowlark.js #40

Open
anemochore opened this issue Sep 15, 2015 · 2 comments
Open

typo in ch15/meadowlark.js #40

anemochore opened this issue Sep 15, 2015 · 2 comments

Comments

@anemochore
Copy link
Contributor

line 90:
var sessionStore = new MongoSessionStore({ url: credentials.mongo[app.get('env'].connectionString });

should be

var sessionStore = new MongoSessionStore({ url: credentials.mongo[app.get('env')].connectionString });

( ie ('env'] -> ('env)] )

@EthanRBrown
Copy link
Owner

If you fix this and create a PR, I will merge it in!

@anemochore
Copy link
Contributor Author

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

2 participants