krakenjs / kraken-example-with-passport

An example integrating kraken with passport authentication
53 stars 33 forks source link

removes unused variable & duplicate function call #20

Closed dennishall1 closed 8 years ago

dennishall1 commented 8 years ago

require('./lib/user')() -- function call doesn't have any particular side effect, and this variable was not used.

grawk commented 8 years ago

Thanks. LGTM! :+1: