web-development-with-node-and-express icon indicating copy to clipboard operation
web-development-with-node-and-express copied to clipboard

typo in ch15/meadowlark.js

Open anemochore opened this issue 9 years ago • 2 comments

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)] )

anemochore avatar Sep 15 '15 09:09 anemochore

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

EthanRBrown avatar Sep 15 '15 17:09 EthanRBrown

ok https://github.com/EthanRBrown/web-development-with-node-and-express/pulls?q=is%3Aopen+is%3Apr

anemochore avatar Sep 16 '15 00:09 anemochore