Skip to content

Commit 656b3ca

Browse files
authored
Merge pull request #126 from mcode/dev
bug fix
2 parents 6747842 + 7b79464 commit 656b3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/database/schemas/doctorOrderSchemas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const orderSchema = new mongoose.Schema({
3939
}
4040
}
4141
}
42-
] | null
42+
]
4343
});
4444

4545
// Compound index is used to prevent duplicates based off of the given parameters

0 commit comments

Comments
 (0)