Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 6, 2024
1 parent c51fdd8 commit 31596d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/document.test.js
Expand Up @@ -735,7 +735,7 @@ describe('document', function() {
return this.content.toUpperCase();
});
postSchema.set('toObject', { virtuals: true });

const User = db.model('User', userSchema);
const Post = db.model('BlogPost', postSchema);

Expand Down

0 comments on commit 31596d5

Please sign in to comment.