restly icon indicating copy to clipboard operation
restly copied to clipboard

Small syntax error on line 183 of lib/routes.js

Open otech47 opened this issue 8 years ago • 0 comments

Ran into this when authenticated calls were failing

return res.status(404),send(sendResponse);

Should be a period here instead of a comma.

return res.status(404).send(sendResponse);

I would have submitted a pull request but I made other commits that customize the response before I noticed this.

otech47 avatar Oct 21 '15 22:10 otech47