Fix Bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user