Aabling
Results
1
comments of
Aabling
I tried that, but I am still getting the warning. I can see that I get the same warning whenever returning a sequelize model. **thing.controller.js:68** ``` return Thing.findAll() .then(respondWithResult(res)) .catch(handleError(res));...