Skip to content

Commit

Permalink
Adding the mandatory idField to the usage example (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist authored and daffl committed Oct 11, 2017
1 parent ae52204 commit 59e8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const memory = require('feathers-memory');
const rx = require('feathers-reactive');

const app = feathers()
.configure(rx())
.configure(rx({idField: "id"}))
.use('/messages', memory());

const messages = app.service('messages');
Expand Down

0 comments on commit 59e8e1c

Please sign in to comment.