Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: fix lint
  • Loading branch information
vkarpov15 committed Jun 25, 2024
commit 8b05872227dcddf2202d6652eaed1f6fd2b7530c
2 changes: 1 addition & 1 deletion test/document.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ describe('document', function() {
type: String,
required: true
},
testArray: [embedSchema],
testArray: [embedSchema]
});
const TestModel = db.model('Test', testSchema);

Expand Down