Closed dsawardekar closed 11 years ago
While looking around the source, I noticed there are 2 identical require('./session') calls in index.js
require('./session')
I'm curious if this a typo?
This is definitely a typo, nice catch. PRs welcome :)
Fixed by your PR.
While looking around the source, I noticed there are 2 identical
require('./session')
calls in index.jsI'm curious if this a typo?