We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6331a commit c08f029Copy full SHA for c08f029
src/db/papers.ts
@@ -15,7 +15,6 @@ const adminSchema = new Schema<IAdminPaper>({
15
isSelected: { type: Boolean, default: false },
16
});
17
const paperSchema = new Schema<IPaper>({
18
- _id: { type: String, required: true },
19
finalUrl: { type: String, required: true },
20
thumbnailUrl: { type: String, required: true },
21
subject: { type: String, required: true, index: true },
0 commit comments