Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options with request body having too many commas (,) #5

Open
simenfossnes opened this issue May 1, 2020 · 0 comments
Open

options with request body having too many commas (,) #5

simenfossnes opened this issue May 1, 2020 · 0 comments

Comments

@simenfossnes
Copy link

simenfossnes commented May 1, 2020

When generating a server, the options object (whenever the request body is included) has too many commas, which leads to a syntax error. This is within the routes folder.

const options = {
  body: req.body,
  ,
  ...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant