Denis Ouma

Results 2 comments of Denis Ouma

> This (req.userId = decodedData ? .id;) line is producing error in middleware auth.js. > When I remove the ternary operator and do (req.userId = decodedData .id;), it works. Any...