Skip to content

Commit 32558f5

Browse files
committed
Update code samples to have consistent comments
1 parent de4f2e3 commit 32558f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ module.exports = function (MyModel) {
292292
err.status = 500;
293293
cb(err)
294294

295-
//or
296-
//options.data is the raw data
297-
//options.result needs to be populated with deserialization result
295+
// or
296+
// options.data is the raw data
297+
// options.result needs to be populated with deserialization result
298298
options.result = options.data.data.attributes;
299299

300300
cb(null, options);

0 commit comments

Comments
 (0)