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