two more minor fixes
This commit is contained in:
@ -28,8 +28,3 @@
|
||||
"acls": [],
|
||||
"methods": []
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Nonprofit', nonprofitSchema);
|
||||
|
@ -14,7 +14,7 @@
|
||||
},
|
||||
"timePosted": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
"default": "0"
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
@ -53,7 +53,7 @@
|
||||
"storyLink": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"difficulty": "string",
|
||||
"description": "array",
|
||||
"tests": "array",
|
||||
|
Reference in New Issue
Block a user