In the Expresso project, and the X-Press Publishing project as well, I’m wondering why in the POST request callbacks, specifically in the db.run callback, does an arrow function not work? The test only passes when using named function().
Just curious what the difference is between the two, particularly in this instance, that is causing the test to fail.
Cheers