Skip to content

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

@otech47

Description

@otech47

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions