Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 27, 2020
1 parent 713b601 commit 52eb75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6501,7 +6501,7 @@ describe('Model', function() {
name: String
});
const User = db.model('User', userSchema);
mongoose.set('debug', true)
mongoose.set('debug', true);

return co(function*() {
let err = yield User.bulkWrite([{
Expand Down

0 comments on commit 52eb75d

Please sign in to comment.