web-development-with-node-and-express
web-development-with-node-and-express copied to clipboard
typo in ch15/meadowlark.js
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)] )
If you fix this and create a PR, I will merge it in!
ok https://github.com/EthanRBrown/web-development-with-node-and-express/pulls?q=is%3Aopen+is%3Apr