Closed mythrex closed 6 years ago
Refer this pic for more details.
Issue arised when module should throw an error.
This issue was because of the following line
var e = req.params.e; if (!e) { ....... }
if e = 0 then !e = false
!e = false
Refer this pic for more details.