Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 25, 2024
1 parent 758eca3 commit 8b05872
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8b05872

Please sign in to comment.