fix: order number props

This commit is contained in:
RustamRu 2025-02-02 15:05:31 +03:00
parent 759aad2d80
commit 0d759847bf

View File

@ -29,6 +29,8 @@ const schema = new Schema({
required: true required: true
}, },
orderNumber: { orderNumber: {
type: String,
unique: true
}, },
status: { status: {
type: String, type: String,