This commit is contained in:
Mr Swift
2024-08-11 16:11:32 +03:30
parent 21a6907d9f
commit 180cb8b5cf
18 changed files with 192 additions and 100 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ const mongoose = require('mongoose')
const AwardRequestSchema = mongoose.Schema({
awardId:{
type:String,
ref:'Award'
type:mongoose.Types.ObjectId,
ref:'AwardGPS'
},
userId:{
type:String,