Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 28, 2018
1 parent 31b84f0 commit 940ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -3743,7 +3743,7 @@ function getModelsMapForPopulate(model, docs, options) {
modelNames = discriminatorKey ? null : [model.modelName];
}
} else {
modelNames = [modelNameFromQuery]; // query options
modelNames = [modelNameFromQuery]; // query options
}
}

Expand Down

0 comments on commit 940ccc8

Please sign in to comment.