seneca-mongo-store
seneca-mongo-store copied to clipboard
remove$() feedback for invalid id and load$===false
Calling remove$() with an invalid ID does not give any indication on whether the deletion was successful or not. These changes pass some info along to the end user.
Coverage remained the same at 86.944% when pulling f6ebad9f074c27c8c5b9ba0c5bbac6bc249b7edb on s9tpepper:master into 187f342f27e89301f63a074d5dc7d50885313a71 on senecajs:master.
Coverage remained the same at 86.944% when pulling 88559500ae845990d14f834c668ea36885992557 on s9tpepper:master into 187f342f27e89301f63a074d5dc7d50885313a71 on senecajs:master.
Good idea. We need first to define a standardized response for all stores in this case. https://github.com/senecajs/seneca-entity/issues/70