Open swatchcr opened 9 years ago
It has the same issue reported here:
https://github.com/balderdashy/sails-mongo/issues/147
it seems like the issue could be fixed with a simple change on find function at the adapter.js
options = options || {};
Could you please check?
It has the same issue reported here:
https://github.com/balderdashy/sails-mongo/issues/147
it seems like the issue could be fixed with a simple change on find function at the adapter.js
options = options || {};
Could you please check?