Closed dennishall1 closed 8 years ago
require('./lib/user')() -- function call doesn't have any particular side effect, and this variable was not used.
require('./lib/user')()
Thanks. LGTM! :+1:
require('./lib/user')()
-- function call doesn't have any particular side effect, and this variable was not used.