Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix 404 on patch call #362

Merged
merged 4 commits into from
Jan 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
✏️ fix minor typo
arfanliaqat authored Dec 23, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fe0bc6b3d3117231978198154c5192aaa11a7488
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -298,7 +298,7 @@ For more information on MongoDB's collation feature, visit the [collation refere

This adapter includes support to enable database transaction to rollback the persisted records for any error occured for a api call. This requires [Mongo-DB v4.x](https://docs.mongodb.com/manual/) installed and [replica-set](https://linode.com/docs/databases/mongodb/create-a-mongodb-replica-set/#start-replication-and-add-members) enabled.

Start working with transactin enabled by adding the following lines in `app.hooks.js` or `<any-service>.hooks.js`.
Start working with transaction enabled by adding the following lines in `app.hooks.js` or `<any-service>.hooks.js`.

```js
const TransactionManager = require('feathers-mongoose').TransactionManager;