Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 27, 2020
1 parent 2a3d9fd commit fd71093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -2950,10 +2950,10 @@ Model.findByIdAndRemove = function(id, options, callback) {
*
* // Insert one new `Character` document
* await Character.create({ name: 'Jean-Luc Picard' });
*
*
* // Insert multiple new `Character` documents
* await Character.create([{ name: 'Will Riker' }, { name: 'Geordi LaForge' }]);
*
*
* // Create a new character within a transaction. Note that you **must**
* // pass an array as the first parameter to `create()` if you want to
* // specify options.
Expand Down

0 comments on commit fd71093

Please sign in to comment.