You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
,
...
};
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: