We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4f2e3 commit 32558f5Copy full SHA for 32558f5
README.md
@@ -292,9 +292,9 @@ module.exports = function (MyModel) {
292
err.status = 500;
293
cb(err)
294
295
- //or
296
- //options.data is the raw data
297
- //options.result needs to be populated with deserialization result
+ // or
+ // options.data is the raw data
+ // options.result needs to be populated with deserialization result
298
options.result = options.data.data.attributes;
299
300
cb(null, options);
0 commit comments