two more minor fixes

This commit is contained in:
Quincy Larson
2015-06-02 16:58:12 -07:00
parent a6dc24521d
commit 57893cf714
2 changed files with 2 additions and 7 deletions

View File

@ -28,8 +28,3 @@
"acls": [],
"methods": []
}
});
module.exports = mongoose.model('Nonprofit', nonprofitSchema);

View File

@ -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",