What could be the root cause of my syntax error when parsing in my node file?
Recently, I have been working on a small full-stack application with React as my front end and Node as my back end. In my server, I am using an endpoint with a get request to pull my data from the database, which is in sqlite. It was working properly until I started re-migrating (rollback/latest) the … Read more