We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6747842 + 7b79464 commit 656b3caCopy full SHA for 656b3ca
1 file changed
backend/src/database/schemas/doctorOrderSchemas.js
@@ -39,7 +39,7 @@ export const orderSchema = new mongoose.Schema({
39
}
40
41
42
- ] | null
+ ]
43
});
44
45
// Compound index is used to prevent duplicates based off of the given parameters
0 commit comments